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: IE PROBLEM

title left
User Details
message
title right
franck

post date:
2008-01-31 15:47:30
I've recently buy DWdropDownMenu
It's work good on firefox but it's not working on IE7
Did someone have a solution ?
Check this adress to see it
G:www
aturamundi-V3-2008index.html

thanks for your help
franck

post date:
2008-01-31 16:11:54
sorry, check THIS adress :
http://s153952128.onlinehome.fr/naturav3/
franck

post date:
2008-02-03 13:05:07
hou, hou
anyboby home ???
Monica Chitu [Extend Studio]

post date:
2008-02-04 08:42:48
Hello Franck,

Firstly, please let me apologize for the late reply.

The source of your problem lies in the fact that the name of the menu contains a -. Our recommendation is to change the name of the menu, so that it no longer contains any signs (it should be CamelCase written). So instead of Menu-natura-suite?, the name of the menu should be : MenuNaturaSuite?. In order to achieve that, you should recreate the menu with the new name, or search and replace it in the whole site.

Sincerely,
Monica Chitu.
franck

post date:
2008-02-04 09:06:22
Thanks very much, it works good now.
I've bought your 3 DWmenu, it is simply GREAT.
If you develop another product like this let me know...

Candace

post date:
2008-08-19 13:05:27
Exactly the same thing is happeneing with my program. Viewing in Firefox is fine, but the menu will not view in IE 7. Please help.
Lavinia Iancu [Extend Studio]

post date:
2008-08-20 05:07:44
Hello Candace,

Please give us the link in which this is happening, so we can see what the prolem is.

Kind regards,
Lavinia Iancu
Candace

post date:
2008-08-20 08:37:20
The web address is: www.celebrationslides.com
Thanks!
Lavinia Iancu [Extend Studio]

post date:
2008-08-21 09:34:55
<p>Hello Candace,</p>
<p>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. </p>
<p>Please, in order to avoid a potential problem, add this in the first line of your HTML document:</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <br>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
<p>You can find out more about DOCTYPES here: <br>
<a href="http://www.alistapart.com/stories/doctype/">http://www.alistapart.com/stories/doctype/</a><br>
<a href="http://www.w3schools.com/tags/tag_doctype.asp">http://www.w3schools.com/tags/tag_doctype.asp</a></p>
<p>Please feel free to contact us if you have any other questions, and we will assist you.</p>
<p>Kind regards,<br>
Lavinia Iancu</p>