HighDots Forums  

Spry Menu Bar Widget

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Spry Menu Bar Widget in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
letponys
 
Posts: n/a

Default Spry Menu Bar Widget - 01-03-2008 , 08:00 PM






I know I must be missing something simple but where within the Spry css can I make the menu bar center on the page. Thanks for your help.

Reply With Quote
  #2  
Old   
Joseph Lowery
 
Posts: n/a

Default Re: Spry Menu Bar Widget - 01-03-2008 , 09:09 PM






You want to change the ul.MenuBarHorizontal rule. Make sure it has a
specific width (not auto) and set the margins to auto. You can either change
the value in the SpryMenuBarHorizontal.css sheet or create a new style after
the link to that style sheet, like this:

<style type="text/css">
<!--
ul.MenuBarHorizontal {
width: 32.2em;
margin: auto;
}
-->
</style>

--
Best - Joe

Joseph Lowery
Vice President of Marketing, WebAssist
Author of Dreamweaver CS3 Bible

"letponys" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I know I must be missing something simple but where within the Spry css can
I make the menu bar center on the page. Thanks for your help.


Reply With Quote
  #3  
Old   
Al Sparber - PVII
 
Posts: n/a

Default Re: Spry Menu Bar Widget - 01-03-2008 , 10:37 PM



You cannot center a CSS horizontal list unless you assign fixed widths to
each root level LI and then you can use Joe's suggestion by assigning a
width to the outer wrapper that is equal to the aggregate of the root LI
widths (adjusted for box-model). If the root level LIs are set to an auto
width, then you will be able to center the menu construct but the first LI
will be aligned at the left edge of the centered box.

--
Al Sparber - PVII
http://www.projectseven.com
Extending Dreamweaver - Nav Systems | Galleries | Widgets
Authors: "42nd Street: Mastering the Art of CSS Design"


"letponys" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I know I must be missing something simple but where within the Spry css can
I make the menu bar center on the page. Thanks for your help.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.