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: Getting the menu to load in correct order?

title left
User Details
message
title right
James Kemble

post date:
2010-10-26 16:42:57
Here is my web page. NOTE that at first the menu loads ABOVE my two swf embedded files, then after everything loads the menu THEN appears where it should, just below the two swf slideshows
http://www.paspinespecialists.com/beta/index.htm

It is OK after everything is in cache BUT I am sure my customer will not approve it this way.
Can you help me?
Thanks Jim
Andrei Rinciog [Extend Studio]

post date:
2010-10-27 04:15:17
Hello James,

Move the script for the menu at the end of the page, after the swf object scripts.

Regards,
Andrei Rinciog
James Kemble

post date:
2010-10-27 11:29:47
I tried putting the scripts at end of page but still got a 4 second lag where the menu bar appeared at top of page only in FireFox on every page reload.
I solved that by forcing the menu to appear correctly by using AP div absolute positioning.
Now ALL browsers always display menu in correct position.
I DID move the scripts back to top and only problem now is that in IE6, 7 and 8 I see the list items appear for a very quick flash BEFORE my Creative Menu loads.
Can you test that and tell me if that can be fixed?
http://www.paspinespecialists.com/beta/index.htm

PS I did delete the two slide show rotators at top and tested by using static 38 k images on a page called index2.htm , Still acting same way in all ie browsers

Thank you very much
Andrei Rinciog [Extend Studio]

post date:
2010-10-28 04:26:45
Hello James,

Text shows up because is loaded first, before the javascript is executed. This is not noticeable on fast internet connection.

We do have a workaround if you want to change this behavior. However, I don't recommend it if you need SEO on your website. The links of the buttons are placed in the page so they are visible to search engines. The workaround hides them from the page until the menu is rendered. Thus, they won't be visible to search engines anymore.

Tell me if you want the modified version of the rendering script.

Regards,
Andrei Rinciog
James Kemble

post date:
2010-11-01 11:35:29
Yes Can I have the modified version of the rendering script?
Thank you