Hi everyone,
So here is my problem.
I am trying to change the link colours on my page and i managed to do this with the following code:
<style type="text/css">
<!--
a:link {color: #990000; text-decoration: underline; }
a:active {color: #666666; text-decoration: underline; }
a:visited {color: #666666; text-decoration: underline; }
a:hover {color: #666666; text-decoration: none; }
-->
</style>
However as soon as i enter this code it aslo effects my drop down menus and changes the colour of them as well.
Does anybody have any suggestions as to how to change one without changing the other?
Although i'm totally re-designing the website, the original one with the drop-down
menus is still up, you can find it at:
www.timeact.co.uk
My drop down menus use a css style sheet.
I'm quite new to dreamweaver so am sorry if i have missed any vital information out.
Thank you for your help.
Last edited by clueless; 09-27-2006 at 05:48 AM..
|