Forum Moderators: not2easy
the list is 6 "cells" total of 680 wide (suckerfish dropdowns). In the case of IE, the list sits neatly against the bottom of the banner.
any ideas how i can remove this gap? many thanks, stef
<div id="container">
<div id="banner"><img src="banner.jpg" height="92" width="680"/></div>
<ul id="topnav">
<li><a href="#">Home</a></li>
<li><a href="#">For Sale</a></li>
<li><a href="#">Contact us</a></li>
</ul>
#container {width:680px;}
#banner {}
#topnav, #topnav ul { /* all lists */
list-style: none;
font-size: 12px;
padding: 0;
margin: 0;