Valid CSS File

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Hannes
Regular
Posts: 26
Joined: Fri Apr 22, 2005 12:46 pm
Location: Vienna
Contact:

Valid CSS File

Post by Hannes »

Hi!

I have a short question regarding the validation of the css files.

Code: Select all

img {
   behavior: url("http://www.myurl/index.php?/plugin/pngbehavior.htc");
}
This line is automatically insertet into the css file and causes the validation from being valid :( How can one prevent this?

Thanx

Hannes
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Valid CSS File

Post by garvinhicking »

You can remove the "Browser compatibility" plugin. Then your site will not render properly on the Internet Explorer, though.

We make use of transparent PNGs. The IE sucks so much that it doesn't support them, the CSS method adds this capability to IE. Basically the compatibility plugin is used for the Admin interface, so if you are a mozilla user you can maybe install the plugin easily.

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/
Post Reply