You could try to hide certain elements from all other browsers except IE. For example if you want to add a top and bottom margin to the DIV called whatever but only in Explorer you can go *html #whatever {margin:10px 0 5px 0;} in the CSS. Take a look at all your heights, widths, paddings, and margins to make sure they all add up. But yeah I'd take a look at the IE box model as well.
Did you do the site in Dreamweaver/Imageready cause there are a lot of unnecessary elements and images? You could do the whole site using 4 images. 1 background image for the header, 1 vertically repeating background image for the content and 1 background image for the footer. And then 1 image for the rollover effect on the menu that you could do with pure CSS instead of Javascript. Easier for you to update, find errors and the site will be lighter.
Last edited by Aarlev : 01-14-2008 at 05:25 AM.
|