Showing posts with label Internet Explorer. Show all posts
Showing posts with label Internet Explorer. Show all posts

Tuesday, 6 August 2013

For IE 8 media queries support, use respond.js
It supports only min-width and max-width. The script tag should come after the link element
https://github.com/scottjehl/Respond

Friday, 2 August 2013

In Internet Explorer 8, CSS adjacent sibling selectors don't work with javascript. Example, dynamically added classes in CSS selectors will be ignored by IE8.