Results 1 to 2 of 2

Thread: Overall width of horizontal menu

  1. #1
    Join Date
    Aug 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Overall width of horizontal menu

    1) Script Title:
    SuckerTree Horizontal Menu

    2) Script URL (on DD):
    http://www.dynamicdrive.com/style/cs...horizontal/P40

    3) Describe problem:
    I am trying to increase the overall width of the horizontal menu to 950px, since my contents are set to 950 px. However, it looks like the menu starts wrapping after around 700px leaving empty space on the right. Is there a way to code the css to have the top level go all the way to 950-px.

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    You'll have to code the width of the menu a few pixels narrower than your 950px layout. Also make sure you have 0 padding in your 950px container that holds the menu - if there is padding, you need to account for that and knock it off the menu width or it will continue to wrap.

    eg - If your container is 950px with 10px padding on the left and right, you'll need to code the menu width to maybe 925px (container width, less 10px padding on the left, less 10px padding on the right, less a few more px to stop wrapping)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •