rollover text menu

A

Andy

Hi all,

Just wondering if someone could help me out with my menu. Im looking at
changing the colour of the font on rollover, I know its probably very simple
but could someone please point me in the right direction,

Cheers
 
E

Eric Bohlman

Hi all,

Just wondering if someone could help me out with my menu. Im looking
at changing the colour of the font on rollover, I know its probably
very simple but could someone please point me in the right direction,

It would help if you supplied a URL, but it's probably just a matter of
using the :hover pseudoclass in your stylesheet, as in, say

a:link:hover {background: red; color: yellow;}

You need to decide whether you want different hover colors for visited and
unvisited links; if not, you can simplify the selector to just a:hover.
Oh, and *don't* use the colors I specified; they're ugly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top