Creative DW Menus Pack Forum


box Creative DW Menus Pack
Creative DW Menu Pack is a suite of Dreamweaver extensions that seamlessly blends the flexibility of DHTML and the Flash look and feel to create beautifully web site menus. The extension comes with over 30 built in skins that can be customized to suit the design (colors, fonts, size) and include a smart resize system that preserves round corners and the gradient fills when you change the menu size.

Find out more about Creative DW Menus Pack

Thread: Menus Show Up In Safari & Firefox, But Not In IE7

title left
User Details
message
title right
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