[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Problems with style sheet



Quite probable. CSS doesn't support nested comments so the second /*
shouldn't register as the start of a comment but who knows what IE
will do with it.


On Fri, 04 Feb 2005 13:39:16 -0500, joh6nn <joh6nn at hotpop.com> wrote:
> /*      border: 1px solid #0000ff ;     /* For debug */
> 
> you have a bunch of lines like that; were they present before you
> started noticing the problem?  i ask, because i know that IE has some
> bugs related to parsing comments, though i don't know for sure what they
> are.  it may be hanging up on the second /* .