Results 1 to 6 of 6

Thread: Arrow Bullet List Menu -- 1 little question...

  1. #1
    Join Date
    Mar 2008
    Posts
    21
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Arrow Bullet List Menu -- 1 little question...

    1) Script Title: Arrow Bullet List Menu

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

    3) Describe problem: I am wondering if there is a way to get rid of the empty space between the last link in the <ul> and the next header bar?

    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try tweaking the below two lines in the CSS:

    Code:
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    "
    "
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    For example, replace the first one with:

    Code:
    margin: 0;

  3. #3
    Join Date
    Mar 2008
    Posts
    21
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Thank you...

    I tried that but, there is still empty space.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Did you try replacing lines with:
    Code:
    margin: 0;

  5. #5
    Join Date
    Mar 2008
    Posts
    21
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Yes, I tried margin: 0; instead of margin-bottom: 0; The space is still there.

  6. #6
    Join Date
    Mar 2008
    Posts
    21
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Jinglebelle View Post
    Yes, I tried margin: 0; instead of margin-bottom: 0; The space is still there.

    You can see what I mean here: http://www.jinglebelljunction.com/
    The little bit of white space is what's bugging me. Maybe I shouldn't worry with it.

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
  •