Unknown property 'behavior'. Declaration dropped.

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Unknown property 'behavior'. Declaration dropped.

Post 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?
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Unknown property 'behavior'. Declaration dropped.

Post 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
# 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/
Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post by Don Chambers »

Thanks Garvin.
=Don=
Post Reply