Page 1 of 1

Unknown property 'behavior'. Declaration dropped.

Posted: Wed Jan 24, 2007 2:24 am
by Don Chambers
I'm getting this error when I look at my site using the Web Developer toolbar for FF. The CSS line entry is:

Code: Select all

img {
   behavior: url("http://www.chicagoloopcruise.com/index.php?/plugin/pngbehavior.htc");
}
I think this is from the browser compatibility plugin... I do recall installing this a year ago, uninstalling it due to problems, then reinstalling it.

How can I correct the problem?

Re: Unknown property 'behavior'. Declaration dropped.

Posted: Wed Jan 24, 2007 10:40 am
by garvinhicking
Hi!

You are right on that. "behaviour" is a IE-only attribute. There's no real way around it - it is not an error, but a notice that gets displayed...

Best regards,
Garvin

Posted: Wed Jan 24, 2007 3:38 pm
by Don Chambers
Thanks Garvin.