• Hi.
    Im trying to create a rollover on my black menu text, so when i roll over a yellow block appears behind the text, i can do this by adding:

    a:hover
    { color: #373737;
    text-decoration: none;
    background-color:#fff200;
    }

    the colour only appears up to the edge of the font, how can i make the colour block behind wider than the text, at the moment i can only get it as wide as the actual text.

    any help on this is much appreciated,
    its probably very simple, i’m new!

    r.harrington.

Viewing 1 replies (of 1 total)
  • a {display:inline-block}
    a:hover
    { color: #373737;
    text-decoration: none;
    background-color:#fff200;
    }
Viewing 1 replies (of 1 total)

The topic ‘text colur highlight – roll-over question….’ is closed to new replies.