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: Can\\\'t center menu on page

title left
User Details
message
title right

post date:
2010-09-07 03:15:25
Hi, I'm using Dreamweaver CS4. I create a drop down menu and when finished, it aligns it to the left automatically. No matter what I do, I can not seem to center the menu on the page.

I looked through the docs and this forum and didn't see any solutions.

How on earth do I do this?

Many thanks to anyone who can help! =)
Andrei Rinciog [Extend Studio]

post date:
2010-09-07 07:08:32
Hello,

You need to insert the menu inside a div and then center it using margin auto.

It should be something like this:

<div style="width:width_of_the_menu; margin-right:auto; margin-left:auto;">
... menu code ...
</div>

Don't forget to center the buttons on the menu from the interface.

Regards,
Andrei Rinciog