How do you deal with Internet Explorer?
Do you specify a valid doctype? You can get Internet Explorer to be a bit more compliant by switching it into standards mode. http://msdn.microsoft.com/en-us/library/bb250395.aspx#cssenhancements_topic2 Do you use a browser reset CSS file? That can help bring the versions together. http://meyerweb.com/eric/tools/css/reset/ Be aware of IE’s CSS bugs: http://www.positioniseverything.net/explorer.html For the skeleton of your layout, consider using … Read more