Canadian Posted August 13, 2010 Share Posted August 13, 2010 I'm building a website. Everything looks great in all browsers except IE 6, 7 and 8. I know that IE has a "rounding" error. It's my understanding that it calculates width differently than other browsers and can make your layouts look off. My question is... Are there basic IE fixes that I should know about? Can I add some code that will make IE behave like all FF, Chrome, Safari, Opera etc. I'm just looking for a place to start. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/210649-internet-explorer-fix-basics/ Share on other sites More sharing options...
isedeasy Posted August 13, 2010 Share Posted August 13, 2010 First things first, make sure you have a valid doctype that appears right at the top of the page. Quote Link to comment https://forums.phpfreaks.com/topic/210649-internet-explorer-fix-basics/#findComment-1098925 Share on other sites More sharing options...
Canadian Posted August 13, 2010 Author Share Posted August 13, 2010 Like this... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Quote Link to comment https://forums.phpfreaks.com/topic/210649-internet-explorer-fix-basics/#findComment-1099016 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.