
Re: Not working in any IE version, conflict w Modernizr/HTML
I assume this is the rule you're trying to use to apply the behavior:
Code:
#container #topNav article menu #accordion #sponsors footer {
behavior: url(http://www.answeb.org/file/theme/answeb/css/PIE.htc);
}
I think you mean those selectors to be comma-separated, no? That's not going to select anything currently.