a horizontal navigation menu using the below give CSS code shows up good on IE 7.0 but FF adds some padding on top of the elements (I am using images for the list), #top_nav { margin: 0px 0px 5px 0px; width:900px; float: left; padding: 10px; background-color: #2D3956; border: 1px solid #000; } Why does it do that? Suggestions welcome
well, i can't see your code but here's a quick guide to image roll-overs to compare your code to. i used something similar and had no FF problems ]http://htmldog.com/articles/rollovers/[