Results 1 to 3 of 3

Thread: Anylink Menu not showing properly in FF

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Anylink Menu not showing properly in FF

    1) Script Title:
    AnyLink CSS Vertical Menu

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

    3) Describe problem:
    So I was using Safari, and my menu shows fine. When you view the site on FF or IE, the menu does not have it's white background. Safari views this fine, but for the life of me, I cannot figure out why the only part of the menu that shows up is the black shadow part.

    Here is a link to the site:
    http://www.ucbearcathockey.com

    Link to Anylink.css file:
    http://ucbearcathockey.com/anylinkmenu.css

    Link to Anylink.js file:
    http://ucbearcathockey.com/anylinkmenu.js

    Any help would be greatly appreciated!!! Thank you so much!!!!

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    In your css you have this
    Code:
    .anylinkmenu{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    border-bottom-width: 0;
    font: normal 12px Helvetica;
    line-height: 18px;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    background: #white;
    width: 133px; /* default width for menu */
    }
    If you change:
    background: #white;
    to:
    background: white;

    I think it will be ok.

  3. The Following User Says Thank You to azoomer For This Useful Post:

    buffalosabres28 (06-02-2010)

  4. #3
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile

    Isn't it funny how a damn # sign can mess up the entire code! Thank you! That was the fix!

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
  •