Hi From 7 Degrees C Sunny Wakefieled UK :-)
http://i216.photobucket.com/albums/c...pause_link.jpg
Above is a a screen grab for page http://www.pauserefreshment.co.uk/index_quickfind.html
My problem is that whatever I do to the below detailed CSS I just cannot close down the whitspace circed in red.
Any insights welcome
Code:/*quick find*/ #quick, #quick ul { /* all lists */ padding: 0; margin-left: 20px; list-style: none; line-height: 1; font-size:15px; font-family:Arial, Helvetica, sans-serif; } #quick a { display: block; width: 10em; } #quick li { /* all list items */ float: left; width: 10em; /* width needed or else Opera goes nuts */ } #quick li ul { /* second-level lists */ position: absolute; background: orange; width: 10em; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ } #quick li ul ul { /* third-and-above-level lists */ margin: -1em 0 0 10em; } #quick li:hover ul ul, #quick li.sfhover ul ul { left: -999em; } #quick li:hover ul, #quick li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; } #cup_left { clear: left; color: #ccc; } /* Quick find end */








Bookmarks