I have a very simple list type navigation that I am getting a strange problem in. I've tried many things to remedy it and end up just screwing something else up every time. Can someone help me figure this out? The browser in question is IE6 on a pc... big surprise. You'll see it happenning right away on the left navigation. (i did not design this site BTW) www.bbfyale.com
Here's my CSS for the navigation on left.
Thanks for any help!HTML Code:.sidenav ul { list-style-type: none; margin: 0px; } .sidenav li { list-style-type: none; margin: 0px; float:left; clear: left; width: 160px; padding-bottom: 3px; padding-top: 2px; padding-right: 0px; padding-left: 0px; } .sidenav a:link, .sidenav a:visited { color: #FFFFFF; text-decoration: none; display: block; text-align:center; } .sidenav a:hover, .sidenav a:active { color: #336666; text-decoration: none; background-color: #FFCC33; text-align:center; }


Reply With Quote
Bookmarks