I am building a menu for an iframe in the middle of this page:
http://www.aux.uwm.edu/sandburg/test...acks/index.php
however, there is some extra space on the left side in IE 6. I can't seem to figure out why. Here is the relevant css:
Code:li.ptl { display: inline; list-style-type: none; border: 1px black solid; padding: 5px; background-color: #D5D5D5; text-align: left; } ul.ptu { display: inline; list-style-type: none; background-color: #D5D5D5; text-align: left; } li:hover { background-color: #cccccc; } #mainmenu { position: absolute; top:185px; left:290px; display: block; text-align: left; border: 1px solid black; }




Bookmarks