I am skinning up a wordpress theme using the bones responsive theme as a boilerplate. The theme however fails in IE7 and 8 due to the browsers rendering the smallest stylesheet option. Basically it inherits all the base styles and none from the 768up.css and 1080up.css.
I’ve had a look around thinking there would be some documentation about this but cant find any.
The bones theme can be found here http://themble.com/bones/
Any help much appreciated.
Media Queries aren’t supported in IE 7 + 8. I learn this the hard way a few months back.
I got them working using the excellent Respond.js.
http://responsejs.com/
EDIT: I’m not too familiar with WordPress but it looks like there is a plugin for this – http://wordpress.org/extend/plugins/respondjs/