Results 1 to 2 of 2

Thread: Noob needs help with suckertree menu

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

    Default Noob needs help with suckertree menu

    I'm pretty new to css menus, but found sucktree to be pretty easy to implement. However, I'm trying to figure out how to set the top level navigation links to auto size based on the length of the link text. Here's what I have:

    .suckertreemenu ul li, .suckertreemenu li{
    position: relative;
    display: inline;
    float: left;
    width: auto;
    border: 1px #FFFFFF solid;
    padding: 2px 15px;
    }

    It seems to work in FF, but in IE6, the length of each link extends across the whole div. Any ideas??? I'm baffled, but perhaps I'm just missing something a noob wouldn't catch.

    Here's a link: http://www.beautifulnemesis.com/temp...ntitled-1.html

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

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
  •