Page 1 of 1

Valid CSS File

Posted: Fri Apr 22, 2005 12:56 pm
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

Re: Valid CSS File

Posted: Fri Apr 22, 2005 1:26 pm
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