How Equal Browser Capabilities Between Ie8 and Ie7

How can I use browser capabilities between Ie8 and Ie7? How to solve this problem?

+4
source share
3 answers

Use one of the following methods: CSS reset , Blueprint CSS , Reset CSS

+1
source

This HTML5 Cross Browser Polyfills resource should point you in the right direction.

+1
source

I personally like to use dean edwards scripts: http://code.google.com/p/ie7-js/

+1
source

Source: https://habr.com/ru/post/1379095/


All Articles