PDA

View Full Version : Simple CSS Nav Issue


copilotDesign
06-11-2007, 08:01 PM
I'm having trouble getting the http://netwaiter.com/newsite nav bar to rollover correctly. In particular, the drop-down list rollovers in the "Products & Services" tab, I'm trying to get to fully highlight instead of the padding on the left.

Can someone glance at the CSS and tell me what the heck I'm missing?

Thanks!

_Aerospace_Eng_
06-12-2007, 10:30 AM
This should get rid of the extra space
#nav li ul li {
float:none;
padding:0;
margin:0;
}