Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

Questions on (perhaps?) deprecated property

I am attempting to do some maintenance on some old CSS I did not write.

behavior seems to be an unknown property.  What would be it's acceptable replacement?

Also, what is an .htc file?  I am not familiar with those.


body
{
      behavior: url("csshover3.htc");
}

ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

>>>. It's designed to give modern functionality(some) to IE via CSS.  

Great...another hack for IE....  LOL.
thx.

It would seem javascript / jQuery can give the same functionality, right?