Hello,

How am I adjusting my site to ie7 with sasson theme?

thanks

Comments

erutan’s picture

Conditional comments http://www.quirksmode.org/css/condcom.html should work regardless of theme.

tsi’s picture

Status: Active » Fixed

Well, erutan's link is valid, but with Sasson you can simply do this from your .info file, here's an example :

styles[styles/filename.scss][options][media] = all
styles[styles/filename.scss][options][browsers][IE] = lte IE 7
styles[styles/filename.scss][options][browsers][!IE] = FALSE

This will load filename.scss only for IE7 and older.
It is all in the documentation.
Don't forget to set the option under "HTML5 IE support" so that IE7 users will not get the chrome-frame message.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.