Results 1 to 2 of 2

Thread: menu in firefox

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

    Default menu in firefox

    1) Script Title: Top Navigational Bar III

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

    3) Describe problem:
    I have used the Ultimate dropdown menu several times and IE it looks fine but in firefox the menu is shifted to the left and covers up content. see http://ebe.org.uk/Noise_08_demo/ in Firefox and IE and see what i mean. any help poss???
    thanks alot

  2. #2
    Join Date
    Feb 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You may need to set different css parameters for the menu:

    #dropmenudiv{
    top:-15px;
    position:absolute;
    border-bottom-width: 0;
    margin-left:-90px;
    #margin-left:0px;
    _margin-left:6px;
    width: 200px;
    z-index:100;
    }

    That's what I used. The simple margin-left parameter is for firefox, the one with the hash (#) is for ie7 and the one with the underscore is for ie6. Hope this helps!

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
  •