phill_ridout
07-20-2007, 11:10 PM
If you look at the menu on the following link, you see that there is a small gap above (3 or 4 pixles) and below (1 pixel) the menu, how can i remove this?
Also if i put the menu in like this:
<ul>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
</ul>
i get gaps between the links, but if i put it like this its fine :-S
<ul>
<li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li>
</ul>
This last issue, is more to do with neatness of my code.
http://chantrybee.pwp.blueyonder.co.uk/newsite1/
any help much appreciated
Also if i put the menu in like this:
<ul>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
<li>Menu Item</li>
</ul>
i get gaps between the links, but if i put it like this its fine :-S
<ul>
<li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li><li>Menu Item</li>
</ul>
This last issue, is more to do with neatness of my code.
http://chantrybee.pwp.blueyonder.co.uk/newsite1/
any help much appreciated