Results 1 to 3 of 3

Thread: Menu Spacing Issues

  1. #1
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Menu Spacing Issues

    1) Script Title: Solid Block Menu (CSS class: solidblockmenu)

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

    3) Describe problem:
    Needed to replace menu to work with IE8 & 9, found this great script and can't seem to get the spacing out from between the menu and top image?
    http://www.bassonline.com/index4menu.php

    It seems to be a push, but I have changed table size, shorten and lengthened the menu with no luck.

    Any ideas before I go any further?

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

    Default

    In the ddlevelsmenu-topbar.css you have this:
    Code:
    .solidblockmenu ul{
    margin: 0;
    padding: 0;
    top:30px;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    border: 0px solid #625e00;
    border-width: 0px 0;
    background: black url(blockdefault.gif) center center repeat-x;
    }
    the 1em is creating a gap. You could change it to 0 (or even better just remove margin-bottom: 1em; all together, you already have margin:0; above it)

  3. #3
    Join Date
    Sep 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have been posting all over the web with no results, you are the man!

    Thank you, Thank you and Thank you!

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
  •