Gabe - Your LI's look nice, the way I would like then too but THAT is the
problem.
You have:
<ul>
<li><a href="enterprise/" title="Enterprise Solutions">Enterprise
Solutions</a></li>
<li><a href="consumer/" title="Consumer Solutions">Consumer
Solutions</a></li> ..................
It will work if you do this:
<li><a href="enterprise/" title="Enterprise Solutions">Enterprise
Solutions</a></li><li><a href="consumer/" title="Consumer
Solutions">Consumer Solutions</a></li><li><a href="learn/" title="Classroom
Learning">Classroom Learning</a></li> .........
I know, it is much harder to read and code but it will fix your problem. I
just tested it in DreamWeaver and IE 6 and FF. I've seen the problem before
> [Original Message]
> From: Gabriel Vasquez <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: 8/14/2004 10:56:43 AM
> Subject: [WSG] Gaps between LI inline elements
>
> Hey Folks,
>
> I'm having a bit of a problem. I am working on a menu that is just an
unordered
> list with list items. I set the list to display: inline; and now I have
these
> gaps between each item. Does anyone know how to get rid of said gap? I've
tried
> making margin: 0; on each selector that affects the menu, but to no avail.
>
> This link is the HTML file, and the CSS is embedded.
> http://www.enkryption.com/test.html
>
>
> Thanks for all your help!
> Gabe Vasquez
>
> ******************************************************
> The discussion list for http://webstandardsgroup.org/
>
> Proud presenters of Web Essentials 04 http://we04.com/
> Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> ******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************