Results 1 to 6 of 6

Thread: Centering menubar on All Levels Nav Menu

  1. #1
    Join Date
    Jul 2008
    Location
    Orange County, CA
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Centering menubar on All Levels Nav Menu

    Script Title: All Levels Navigational Menu.

    Script URL: http://www.dynamicdrive.com/dynamici...menu/index.htm

    I'm trying to center the menubar. I have no URL for it because I'm trying to work it out on my local computer before uploading a faulty page.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Much would depend upon your DOCTYPE and layout. The very first demo on the demo page for this menu can be centered using (changes highlighted - from the default/ddlevelsmenu-bar.css file):

    Code:
    .mattblackmenu ul{
    margin: 0 auto;
    padding: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    border-bottom: 1px solid gray;
    background: #414141;
    overflow: hidden;
    width: 360px;
    }
    If you need more help, put up your own demo page. It can just be a test page, and doesn't even have to work. Just take your best shot and give us a link to it.
    Last edited by jscheuer1; 07-16-2008 at 03:48 AM. Reason: spelling
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2008
    Location
    Orange County, CA
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Demo page.

    Thank you very much for your help, John. It worked just as you stated it would. Here's a link to my very bare demo page. None of the links have been modified yet, though.

    http://www.xtremed63.com/java/index.html

    I noticed that the links aren't evenly spaced, even though the text spaces are the same. I think I can live with that. They'll be titled differently anyways.

    The last thing I'm going to try is to make the title and the links both in a frame at the top. Right now, any page that opens from the links will open over this one, instead of below it. Fingers crossed.

    Thank you again. Your help in this matter is needed and appreciated.

    Douglas A

  4. #4
    Join Date
    Jul 2008
    Location
    Orange County, CA
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Menu in the top frame?

    I have been trying all day now, and I can't get the All Level Navigational Menu ( http://www.dynamicdrive.com/dynamici...menu/index.htm ) into the top frame without it getting all messed-up.

    Has anyone had any luck using this script within a frame? Here's a link to the page, minus the top frame: http://www.xtremed63.com/java/index.html

    I'd like to have that in a top frame, with subpages opening up below in the mainframe. That way, the top stays through all navigation. Can I do this with the script I'm using?

  5. #5
    Join Date
    Jul 2008
    Location
    Orange County, CA
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Top Frame

    All Levels Navigational Menu

    http://www.dynamicdrive.com/dynamici...menu/index.htm

    Can any of you expert coders tell me if what I'm trying to do is a workable endeavor? I'm trying to get the script to work in the top frame of a page. I simply do not understand why I keep failing.
    Last edited by XtremeD63; 07-22-2008 at 01:58 PM. Reason: Improper posting format. Sorry about that.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This menu is not intended for use with frames. There's a fellow around here (molendijk) that seems to really like working with frames though, and he came up with:

    http://www.dynamicdrive.com/forums/s...ad.php?t=25009

    for that sort of thing. Give it a shot.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. The Following User Says Thank You to jscheuer1 For This Useful Post:

    XtremeD63 (07-22-2008)

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
  •