I have implemented behavior(pie.htc) in my main css file for IE8, but I want it to not work for IE7 and lower versions. In my ie7.css file, I have the following style:
#wrapper * {behavior:none}
However, this does not disable all of the behavior set in my main.css. Is there a solution to this issue?