View Single Post
Old Apr 4th, 2006, 12:34 AM   #2
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
fist change you <div> to this -

<div id="box">

Your css code will then change to -

#box{}

if you want all your links to be the same in the div "box" then you don't even need the class. Either way, I think your problem is that you got the word/class navigation in the wrong place. Try this -
.navigation a:hover

and if you descide to scrap the class, you can simply use

#box a:hover

Hope that helps
Booooze is offline   Reply With Quote