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: Tab Menu is shifting to the Right

title left
User Details
message
title right
David Frank

post date:
2008-07-23 16:58:41
We are having trouble with pages where the menu is shifting to the right. (http://www.mediaworksdev.com/GDWS/aboutus/index.html) compared to (http://www.mediaworksdev.com/GDWS/capabilities/index.html).

This happens in FF (PC and Mac) and Safari. IE is just fine.
Could you help us out?
Catalin Serban [Extend Studio]

post date:
2008-07-24 04:31:42
Hello,<br />
After checking the html code of your page I have found a solution.<br />
The problem is that you have styled the br element even though it doesnt support styling. In order to fix this please delete the <br / class="clearall"> and use a simple <br /> instead. For clearing the float attribute use a the following code < div class="clearall">.<br />
Regards,<br />
Catalin Serban
David Frank

post date:
2008-07-24 09:38:16
Catalin,
That fix you gave me did not work. Look at this:
http://www.mediaworksdev.com/GDWS/aboutus/index.html

Do you have any other suggestions how to make this work in FF (PC and Mac) and Safari on Mac?
Catalin Serban [Extend Studio]

post date:
2008-07-25 13:25:19
Hello,

The container div should have the following form:
.container { width: 867px; margin: 0 auto; position:relative;}

As you can see I have added the position:relative.

Regards,
Catalin Serban