Results 1 to 3 of 3

Thread: One (Last) Blm Multi-level Menu Question

  1. #1
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default One (Last) Blm Multi-level Menu Question

    1) Script Title: Blm Multi-level Effect menu

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

    3) Describe problem: The white, top border of the ULs is always displayed at http://jesdisciple.110mb.com/. I have searched the CSS for any ".vertical ul" rule which might cause this but not found anything. So, hopefully for the last time, how am I messing things up with this script? Thanks!

  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

    Code:
    .vertical li:first-child>a{
    	border-top: 1px solid;
    }
    Get rid of the above from your stylesheet. That will take care of it in FF 3, probably FF 2, Opera, and Safari as well. It doesn't exist in IE - probably because IE doesn't follow selectors like that.
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    Thanks much! I can't believe I'm still having this kind of problem with CSS, lol...

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
  •