Browser Problem With Internet Explorer!

Discussion in 'HTML & Website Design' started by gary15, Dec 22, 2008.

  1. #1
    Hi,

    My website that im working on is showing almost good om mozilla just few little problems, but on Internet Explorer on my homepage it doesnt show the header and navigation menu?

    also on all the subpages it doesnt show anything except the footer on ie.

    anybody know what the problem is?

    help wil be appreciated,

    thanks,

    html code:
    css
     
    gary15, Dec 22, 2008 IP
  2. PixelRaider

    PixelRaider Banned

    Messages:
    57
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think your problem is in the comment tags you're using, the way you've done it means that the browsers are ignoring bits of code it shouldn't be.

    Online line 11, Find:
    <!--Top Navigation Start--!>
    Code (markup):
    Replace with:
    <!--Top Navigation Start-->
    Code (markup):

    On line 30, Find:
    <!--header--!>
    Code (markup):
    Replace with:
    <!--header-->
    Code (markup):
    Worked for me when I tried it, hope this helps you :)
     
    PixelRaider, Dec 22, 2008 IP
  3. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,830
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    175
    #3
    Well, this should work that has already been posted.

    But if this does not work you should try to use a IE hack.

    In your HTML put a <if IE and then insert correct CSS to fix that problem and align it as you should.
     
    LindseyInteractive, Dec 22, 2008 IP
  4. Jordan656

    Jordan656 Peon

    Messages:
    399
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    or do what i do. leave the prblem and try to convince as many people as you can that IE sucks!!!! :d
     
    Jordan656, Dec 23, 2008 IP
  5. planemaniac

    planemaniac Peon

    Messages:
    49
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The Comment tags are screaming at me to be changed - start with them Change the <!-- Comment --!> to <!-- Comment -->. A simple find/replace will do the trick

    Just tried it on mine, removing the comment tags, and it all appears on IE. And I recommend, as stress therapy, rant about IE to whoever you can. It probably doesn't matter if you don't even know them.

    I was going to try and be really clever and recommend you use a Doctype, but, you beat me to it. Well done!
     
    planemaniac, Dec 23, 2008 IP