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: Menu Works Great - No Drop Down in IE 7 but works in safari

title left
User Details
message
title right
William J Ronayne

post date:
2008-11-23 11:31:47
http://www.firstwestchester.org/TEST2.htmlrnrnThe menu shows up in IE 7 but the drop downs do not work. They do work in safari.
William J Ronayne

post date:
2008-11-23 21:18:40
It also works in firefox
William J Ronayne

post date:
2008-11-23 21:18:40
It also works in firefox
Andrei Rinciog [Extend Studio]

post date:
2008-11-25 12:15:37
Hello,

I noticed that there is no doctype in your page (doctype specifies which HTML standard you are using). Not using a doctype declaration is a risky thing to do because your website will look different in every browser. This is because each browser has his own default doctype. Also, not using a doctype will make the menu to not function properly in IE because the default doctype for IE is antique.

Please, in order to avoid a potential problem, add this in the first line of your HTML document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

You can find out more about DOCTYPES here:
http://www.alistapart.com/stories/doctype/
http://www.w3schools.com/tags/tag_doctype.asp

Kind regards,
Andrei Rinciog