Page 1 of 1

Possible bug in stylesheet

Posted: Mon Oct 31, 2005 9:18 pm
by frodeste
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.

Re: Possible bug in stylesheet

Posted: Thu Nov 03, 2005 10:48 am
by garvinhicking
Can you give me a patch for the default CSS?

The behaviour thing comes from the IE-PNG-Transparency patch, it cannot be really changed. You can uninstallt he browsercompatibility plugin though, but then IE users will not see transparent PNGs.,

Regards,
Garvin

Re: Possible bug in stylesheet

Posted: Fri Nov 04, 2005 10:48 pm
by frodeste
garvinhicking wrote:Can you give me a patch for the default CSS?

The behaviour thing comes from the IE-PNG-Transparency patch, it cannot be really changed. You can uninstallt he browsercompatibility plugin though, but then IE users will not see transparent PNGs.,

Regards,
Garvin
Hehe.. I ask for a lot, I know. Sure thing, I will see what I can do. Not on the top of my list. :)