| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I know you cannot provide a width attribute to a horizontal cfmenu... so is there no way to spread menu options out evenly across a certain width??? Say you have a menu running horizontally the width of your page layout and you have the following top level navigation: About | Contact | Professional Links Services | Our Team Is there a way to spread the options apart evenly across 800px or so? |
|
#2
| |||
| |||
| Try adding this to the <head> of the page. <style type="text/css"> <!-- ..yuimenubaritemlabel { width: 111px !important; } ..yuimenuitemlabel { width: 111px !important; } --> </style> yuimenubaritemlabel is for the top level menu yuimenuitemlabel is for the drop downs. -- Ken Ford Adobe Community Expert Dreamweaver/ColdFusion Adobe Certified Expert - Dreamweaver CS3 Fordwebs, LLC http://www.fordwebs.com "ccsimmons" <webforumsuser@macromedia.com> wrote in message news:g9r5q0$rpj$1@forums.macromedia.com... >I know you cannot provide a width attribute to a horizontal cfmenu... so is > there no way to spread menu options out evenly across a certain width??? > Say > you have a menu running horizontally the width of your page layout and you > have > the following top level navigation: About | Contact | Professional Links > Services | Our Team > > Is there a way to spread the options apart evenly across 800px or so? > |
|
#3
| |||
| |||
| Hi, See if Ray's nice little hack can help you (I am not sure anyway) You can have it http://www.coldfusionjedi.com/index....aniel-Budde-II |
|
#4
| |||
| |||
| Thanks to both responses. They both were VERY useful. Attached is what I used. ..yuimenubaritem { width: 111px !important; } ..yuimenuitem { width: 111px !important; } |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.