[thelist] css layout inconsistencies

Kevin W null at tsn.cc
Wed Jan 15 20:26:01 CST 2003


> so, what in what browser(s) did it go away?  i'm still seeing it in
> IE6, O6 and N7 all on win2k...

I swore it went away.  Anyway, I've found the real problem.  In
default.css, you've got:
#Content a img			{	border : 1px solid #cc9999 ; }
and id selectors overrule basically everything[1].  I suggest this:
#Content p.pull img		{	border : none ; }
which gets rid of the border in Opera 7b2, Opera 6.05, IE6.0, and Mozilla
1.3a on Win98SE.

[1] http://www.w3.org/TR/CSS2/cascade.html#specificity
--
Kevin W :-)



More information about the thelist mailing list