Hello,
When I add left or right padding to any of the Selectors in my subnav list it causes the whole left column list to be pushed down to the bottom in IE 6.0. This problem does not happen in Firefox. Here is link to the site and you will see what I mean. Scroll all the way to the bottom.
http://clients.herrmann.com/wwwbmp/interior.html
Here is the CSS for this section. Any ideas on how to fix the problem?
Thanks
Code:#subnav ul{ width:137px; list-style: none; margin: 0; padding: 2px 0 12px 0; border: none; background-color:#696969; /* grey */ border-bottom:4px solid #ffffff; } #subnav li { margin: 0; padding: 3px 0px 3px 0px; } #subnav a { font-size:10px; color: #ffffff; text-decoration:none; padding: 3px 0px 3px 6px; <-- This Left Padding is what is causing the problem in IE background-color:#696969; /* grey */ display:block; } * html body #subnav a { width:137px; } #subnav a:hover { background-color:#ffffff; color:#000000; } #subnav #active_link a { background-color:#ffffff; color:#696969; }




Bookmarks