issues viewing with IE

4 Keys Media

New Member
I am putting together a site (www dot 4keys dot ca) 4keys.ca. It seems to work fine in Safari, Chrome, Opera, and Firefox but has some serious issues when I view it in IE. I am designing and uploading to the site from a Mac. Can anyone tell me what the issue might be with IE? I have seen in source code of other sites something about if IE6 something, end if... or something. Thanks for your time.
 

craftygeek

New Member
Each version of IE has its quirks & interprets some CSS a bit differently.

Without knowing what you're exact problems are, I can't be very specific.

The most common issues relate to the CSS box model - search for 'ie box model hack'
& another is the IE doubled float margin bug - search 'ie float margin'
display: inine; can cause issues as well.

The above should help you get sorted...but you will need to be able to test it on a PC running multiple versions of IE.
 
Top