css txt highlight roll-over
-
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 in my css: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,
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘css txt highlight roll-over’ is closed to new replies.