PDA

View Full Version : changing background color on a hover?


rafiki
03-08-2008, 10:28 PM
code:.ad_link a:hover { background-color:#3333FF;
color:FFFFFF;
height:15px;
width:14%;
position:fixed;
}

<div class="nav"><span class="ad_link"><a href="http://codingforums.com/">Codingforums.com</a></span></div>
online example:
www.jamiewest.org.uk/style.html
www.jamiewest.org.uk/style.css

rafiki
03-08-2008, 10:34 PM
As you can see I fixed it, the problem was no # on the color: FFFFFF and I got the values the wrong way round.