Making your website work with Internet Explorer 8 (IE8)
OK probly well known by now. But if you're site is 'broken' in IE8, you could try the following which tells IE8 to work liek IE7. <meta http-equiv="X-UA-Compatible" content="IE=7" />…
OK probly well known by now. But if you're site is 'broken' in IE8, you could try the following which tells IE8 to work liek IE7. <meta http-equiv="X-UA-Compatible" content="IE=7" />…
When I undertake developing a website I always try to keep 3 key principles in mind;
1. Simplicity
2. Modularity
3. Balance
Follow my basic guide and you’ll become a better developer/designer…