Possible bug in stylesheet

Found a bug? Tell us!!
Post Reply
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Possible bug in stylesheet

Post 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.
-- frodeste
www.stenstrom.no
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Possible bug in stylesheet

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
frodeste
Regular
Posts: 56
Joined: Thu Aug 04, 2005 9:16 pm
Location: Tønsberg, Norway
Contact:

Re: Possible bug in stylesheet

Post 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. :)
-- frodeste
www.stenstrom.no
Post Reply