Results 1 to 2 of 2

Thread: Nested Side Bar Menu and line height

  1. #1
    Join Date
    Oct 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Nested Side Bar Menu and line height

    1) Script Title: Nested Side Bar Menu

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

    3) Describe problem: Hi. I need to change the line height on this script. I can do it for the entire script, but I need to change the line height in just the fly out part. Can this be done? Thanks.

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

    Default

    You can simply target the sub LIs in your CSS, ie:

    Code:
    .sidebarmenu ul li ul li{
    line-height:250%;
    }
    DD Admin

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
  •