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: cant centre my menu

title left
User Details
message
title right

post date:
2009-08-01 13:55:00
this is driving me crazy....how do i centre the menu??

Cheers Anna

gronlund.co.uk

post date:
2009-08-01 15:52:09
....and now its not showing in Dreamweaver....i must have pressed something because it was working. Now the whole menu is in text and at the bottom is says:

This menu requires JavaScript in order to be properly displayed.

I cant edit it anymore!

cheers Anna

gronlund.co.uk

post date:
2009-08-02 05:34:48
ok, it seems to centre in opera but not in safari and firefox.......

and i got the menu to work in dreamweaver again.

So my only problem is,
how do i centre the menu in safari and firefox??
Andrei Rinciog [Extend Studio]

post date:
2009-08-03 09:01:06
Hello Anna,

One way to do it is to put the menu code inside of a wrapper div that has align set to "center". It would go something like this:
<div id="menuWrapper" align="center">
<!-- (FlexiMenusJS Begin) #2 -->
{menu code}
<!-- (FlexiMenusJS End) #2 -->
</div>

Regards,
Andrei Rinciog