Results 1 to 2 of 2

Thread: Problem with suckerfish vertical in Firefox

  1. #1
    Join Date
    Jun 2006
    Posts
    12
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Problem with suckerfish vertical in Firefox

    1) Script Title: SuckerTree Vertical Menu (v1.1)


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

    3) Describe problem: I am using the above on a site on the home page and at times the first menu choice is whited out this is especiallyafter one returns from another page. The contents of this choice is readable if rolled over

    Before I post the full code/css is there something obvious that might be done

    the site is www.fbsaust.com.au/feelike

    Thanks in advance

    Moris

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

    Default

    The problem as far as I can see is that inside the .css file for the menu, you've defined the link color to be white by default:

    Code:
    /* menu links style */
    .suckerdiv ul li a{
    display: block;
    text-decoration: none;
    background:#10065E;
    padding: 5px 15px 10px 15px;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-weight:bold;
    color:#fff;
    height:15px
    }
    
    .suckerdiv ul li a:visited{
    background: #10065E;
    color: #fff;
    }

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
  •