Can you define an [if IE7] in the actual stylesheet? Or must you do it in the html to pull a different SS?
Thanks! (Google isn't being kind to me =/)
You will have to do that in the HTML code. The only way to do such a thing directly in CSS is by using certain CSS-Selectors, which only IE7 recognizes. If I'm not mistaken, that would be
*+html #yourselector {}
for IE7.
You must do it in the HTML. There are various hacks to achieve similar behavior in CSS, but avoid them, as they may break in future browser versions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With