Results 1 to 3 of 3

Thread: Need help with Drop down menu and java gif script

  1. #1
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with Drop down menu and java gif script

    Hi,

    I have a drop down menu that is coming behind a java gif script. Is there a way to modify the script so that the gif will appear in the back ground when the drop down menu is activated? In other words, allow the drop down menu to appear on top of the gif’s and let the java gif appear in the back ground under the drop down menu.


    www.wyliesoccer.com

    thx

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Find this bit in your stylesheet and add the part in red:

    Code:
    #menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
    position : absolute; 
    visibility : hidden; 
    width: 129px;
    z-index:100;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    perfect!
    thx much

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
  •