PDA

View Full Version : Background Link Rollover..


SolidWing68
03-08-2003, 04:41 AM
I didn't know any other way to put it, so I'll say it as easy as I know how. I wanna make a link text/css where when the person goes over the link, theres a background color with it..Thanks

fshiu
03-08-2003, 04:55 AM
Hi,


<style type="text/css">
a:hover{ background-color: color }
</style>