Re: whitespace, navigation links, styled divs

> I have done something similar to that; put a "." in a span after each link
> and style it to display:none. I don't think this causes any problems for

For a truly CSS compliant renderer, that is the same as if the span 
element didn't exist at all.  I think you are abusing display:none to
take advantage of bugs in it's implemnetation, or a correlation between
browser that don't distinguish adjacent links and ones that don't 
support CSS2.

Received on Friday, 9 August 2002 17:12:01 UTC