• I’m using a wordpress site for the company website for work. the theme i chose is Brunelleschi 1.4.2- which is perfect for what i’m doing. now the problem is that it displays fine in firefox and safari but not in IE. The problem areas are the header image is displayed very low in the page and the navigation isn’t displaying correctly with the hovers and drop down menus.

    the site is http://www.carrenogroup.com

    Thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have errors, http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.carrenogroup.com%2f, which are making IE open in the quirks mode. Correct them (especially the first two [edit]) and all will be well.

    Thread Starter brandonspaulding

    (@brandonspaulding)

    will this be too much to ask for you guide me through this process? i’ve tried reading the how to add a doctype to your document but this seems confusing, which one do i choose? Is there a tutorial on how to do this? which page do i add the doctype to? Header.php?

    When i look at the notes from the developer of the theme- he says ” Brunelleschi uses the HTML5 Boilerplate, so it’s solid (even in IE). Brunelleschi uses the 1140 CSS Grid which gives it a flexible layout all the way down to Mobile (and Print)!” – is this having anything to do with the issues i’m having with the header image?

    I’m very new to these (if you couldn’t tell) coding and web languages- any more help would be great

    Replace line 1 in the header.php file with these 2 lines,
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> and
    <html xmlns="http://www.w3.org/1999/xhtml">

    Hi Kmessinger

    I have a similar problem with my flash header (SWF FILE) not aligning properly in IE. However the site display is perfect in FF AND GOOGLE GHROME.

    I have validated the site and its all green good to go -except for IE compatibility.

    Please help here is my site http://www.velvetmountain.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE Compatibility’ is closed to new replies.