While browsing the web, I came across a CSS property that caught my eye. It's called behavior
, and it looks like this:
#element{
behavior: url(something.htc);
}
I've never used or seen this property before. It seems to be related to Internet Explorer, but I'm not sure how it is used. Can anyone explain what the behavior
property does?
I tried checking the w3 Documentation, but it didn't provide a clear explanation.