|
Paul Lindstrom
post date:
2009-03-24 23:57:36
|
Hello,
I'm trying to get the menus working on my new website. They seem to work in Safari and Firefox, but when I try them in IE7 they don't show up at all. The link to the site is:
http://cassiarjade.fmgateway.com/index.html
This is probably a simple problem, but I am a novice, so please make the explanation easy to understand if possible.
thank you for your assistance.
Paul LIndstrom
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-03-25 08:42:19
|
Hello,
The menu is not showing up in IE7 because you haven't attached a doctype to your HTML page. Developing HTML pages without declaring its doctype from the start can turn to be very tricky as each browser will render the page differently, depending on their default doctype. Internet Explorer is a special case, as it uses a very old doctype and that’s why you the menus aren’t rendered. Please attach a doctype to your page in order to fix this problem.
Be aware that because you have built the page without any doctype from the start, it’s possible for browser to render your page differently than before.
Best regards,
Andrei Rinciog
|
|