DrPanic a écrit :
Quote:
Hello.
I have a problem building an horizontal navlist.
The technique i'm using is very simple: a list with inline LI
elements. It works fine but Mozilla render it with a gap between the
LI elements, I can't understand where that gap comes from. IE7 doen't
render it whith that space between inline LI elements. |
Of course : the return is a space ...
suppress it between LI
<ul>
<li><a href="#">One
</a></li><li><a href="#">Two
</a></li><li><a href="#">Three
</a></li><li><a href="#">Four
</a></li>
</ul>
--
sm