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
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
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.
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!