Click to See Complete Forum and Search --> : Link Colours of certain links
AndyP
07-06-2003, 07:38 PM
I know how to change the colours of links, visted links, and active links, but is it possible for single links?
What i want to do is, leave the colours at the default, but change the colours on a navigation menu so they always stay the same colour (black).
Would this be possible? if so, how?
Thanks in advance, Andy
Take a look at http://forums.webdeveloper.com/showthread.php?s=&threadid=7326
AndyP
07-07-2003, 03:06 PM
that's great, thanks
I didn't know class could be used in a link, :)
AndyP
07-07-2003, 03:17 PM
Oh, i don't mean to sound pushy, but how can i change the <td> background where the link is? i tried something, but it only changed the background of the text, not the whole <td>
Charles
07-07-2003, 03:21 PM
Look under the hood at http://www.rickbull.co.uk/.
AndyP
07-07-2003, 04:32 PM
Thanks, i've tried so hard to find it, but have had no luck
all i know is the menu items use a class called menu, i can't find it anywhere though, i'm sure i've looked in all the .css files it links to, and the page itself, help me please lol
Charles
07-07-2003, 05:16 PM
See http://www.rickbull.co.uk/styles/imports/Default.css. The good web author has used the "@import" rule to hide certain things from CSS1 but not CSS2 complient browsers.