Mario Rizzi wrote:
> [... Re:]  www.equatore.org.
> 
> Now we have new content to add and the site needs a redesign. I am  
> working on it and everything seems to be fine, with one exception. I  
> have a menu with the following Html:
> 
> <div id="menu">
>       <ul>
>               <li><a href="#">Link</a></li>
>               <li><a href="#">Link</a></li>
>               <li><a href="#">Link</a></li>
>       </ul>
> </div>
> 
[...]
> 
> When I hover over the menu, I can see a little gap between one item  
> and the next one. Is there a way of getting rid of that space and go  
> directly from one link to the next one?
> 

If you were using HTML I'd suggest leaving off the closing </li>.
But I notice you use an XHTML 1.1 DOCTYPE, which is only supposed to be 
used for documents delivered as XML. So I have to ask why?

Cordially,
David
--
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to