HighDots Forums  

Re: CSS gap between inline elements

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Re: CSS gap between inline elements in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SAM
 
Posts: n/a

Default Re: CSS gap between inline elements - 02-07-2008 , 11:19 AM






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


Reply With Quote
  #2  
Old   
prac
 
Posts: n/a

Default Re: CSS gap between inline elements - 02-07-2008 , 02:19 PM






Hello

I try this
<li><a href="#">One</a></li><li><a href="#">Two</a></li><li><a
href="#">Three</a></li><li><a href="#">Four</a></li>

(without carriage return after </li>)

no gap under FF2

---

http://philippe.chappuis.googlepages...e-page-creator

---

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.