Possible bug in stylesheet
Posted: Mon Oct 31, 2005 9:18 pm
Try this url and look at line 2
http://www.stenstrom.no/blog/index.php? ... te_default
W3C CSS Validator does not like it at all:
Line: 2 Context : img
Property behavior doesn't exist : url("http://www.stenstrom.no/blog/plugin/pngbehavior.htc")
There are a lot of warnings also from the same url. Half of them are like this:
Line : 367 (Level : 1) You have no color with your background-color : .serendipity_imageComment_right
Line : 370 (Level : 1) This property applies to block-level elements. : .serendipity_imageComment_right
which also are fairly easy to correct. (I know this is a template thing, but the error is the same for the default template.)
(If anyone following my posts suspect that I am a sucker for clean and neat HTML code, then they are right
) This is one of the reasons why I like s9y. I generates nice xhtml code.
http://www.stenstrom.no/blog/index.php? ... te_default
W3C CSS Validator does not like it at all:
Line: 2 Context : img
Property behavior doesn't exist : url("http://www.stenstrom.no/blog/plugin/pngbehavior.htc")
There are a lot of warnings also from the same url. Half of them are like this:
Line : 367 (Level : 1) You have no color with your background-color : .serendipity_imageComment_right
Line : 370 (Level : 1) This property applies to block-level elements. : .serendipity_imageComment_right
which also are fairly easy to correct. (I know this is a template thing, but the error is the same for the default template.)
(If anyone following my posts suspect that I am a sucker for clean and neat HTML code, then they are right