Results 1 to 4 of 4

Thread: Smooth Navigational Menu (v1.5) Width

  1. #1
    Join Date
    Aug 2008
    Posts
    17
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Smooth Navigational Menu (v1.5) Width

    1) Script Title: Smooth Navigational Menu (v1.5)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...hmenu.htm#ajax

    3) Describe problem: Could someone tell me where inside the css file I can find how to make the horizontal menu the same width as my site?

    Thanks!

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    in this part of the css, you could try to change '100%' to the desired widh f.ex 900px, like this
    Code:
    .ddsmoothmenu{
    font: bold 12px Verdana;
    background: #414141; /*background of menu bar (default state)*/
    width: 900px;
    }
    Hope it works

  3. #3
    Join Date
    Aug 2008
    Posts
    17
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Nope...that didn't work. It won't effect the width at all no matter what I set it at. The menu is working and looks good and behaves correctly but it will not expand in width. I removed the extra links I did not need, you think this has something to do with it?

  4. #4
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    I don't know, but a link to your test page would make it easier to understand.

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
  •