Page 1 of 1
Valid CSS
Posted: Tue Jul 05, 2005 10:43 pm
by MySchizoBuddy
Just tried to validate my blog against
W3C validator and i got just 1 error.
Code: Select all
URI : http://myschizobuddy.com/index.php?/serendipity.css
* Line: 2 Context : img
Property behavior doesn't exist : url("http://myschizobuddy.com/index.php?/plugin/pngbehavior.htc")
Any idea how to fix it so it validates

Posted: Wed Jul 06, 2005 8:43 am
by nohn
Remove the browser compatibility plugin.
Posted: Wed Jul 06, 2005 1:05 pm
by MySchizoBuddy
what r the consequences of removing that plugin, it sounds important isn't it.
Posted: Wed Jul 06, 2005 1:38 pm
by garvinhicking
If you remove it, the InternetExplorer will not be able to show transparent PNG images.
Regards,
Garvin
Re: Valid CSS
Posted: Mon Dec 14, 2009 2:41 am
by Stosh
Hi, I'm glomming on here from a search...
I too am concerned about what will happen if I remove this property from the style sheet.
Is that really it??
IE users wont get transparent PNGs?
Do you use these for anything? or is this just for when transparent PNG images are included in one of the entries or comments?
Do I really have to remove the browser compatibility plugin if remove this property? Can I leave the plugin without causing problems?
I don't want to leave the IE gang out. They have it tough enough. But if its just them getting a square with an X or some-such, when somebody includes a transparent PNG in their entry, well, they've got to be used to that sort of thing, right?
Thanks for your help.
-s
Re: Valid CSS
Posted: Mon Dec 14, 2009 10:44 am
by yellowled
Stosh wrote:Is that really it?? IE users wont get transparent PNGs?
To be correct, it's not exactly it. Users of IE 6 (and
only IE 6)
will get PNG images including transparency, but the transparent parts won't be displayed as transparent, but with a grey-ish background instead. This refers to any transparent PNG images used in blog entries, comments and templates.
YL