I cant believe the search didnt give me any results for this issue, im sure its been dealt with before.
Anyway.
The problem:
Extra gaps between list items (vertically).
I am making a vertical, multi-level menu (nav) but in IE 7 (i havnt chekd IE 6) ther are extra gaps between each list item, the li's are displayed on block-level (i.e. #menu ul li{display:block;}) i have tried this solution:
Remove breaks between the closing and opening li tags in the HTML like so:
Code:
<ul>
<li>blah</li><li>
blah 2</li><li>
blah 3</li>
</ul>
but this didnt work...
all help appreciated, thank you.
__________________
Personal UK Webhosting
Last edited by Joshy D; 06-04-2008 at 05:10 AM..
|