Results 1 to 4 of 4

Thread: Fade SidesShow conflicts with Chrome Drop down menu in Firefox

  1. #1
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fade SidesShow conflicts with Chrome Drop down menu in Firefox

    Fade in SideShow conflicts with Drop down menu in Firefox.
    I'm relitively new to using CSS but I really like it.
    My customer wants to use a drop down menu and also wants a slide show on the main page.
    I used Chrome drop down menu and then the fade in slide show and they work great together in IE but in FF the menu drops behind the slide show!
    http://corvus-energy.com/test/

    Any ideas? Please help, I have a meeting with them in 3 hours!

    Grant
    Vancouver, BC

  2. #2
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh I see a new sticky about multiple scripts on the same page!
    I guess I will remove the slideshow and build it in flash instead.
    Unless someone has a better idea...
    Grant

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Inside chromestyle.css, try giving the drop down menu DIVs a high z-index value, such as:

    Code:
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:3000;
    background-color: white;
    width: 200px;
    visibility: hidden;
    }
    DD Admin

  4. #4
    Join Date
    Nov 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks ddadmin! I will make sure I have a look at posting guidelines the next time I start a thread.
    BTW - Your advise worked and it looks awesome! The site is getting huge kudos and is already being called the best in the business...
    Sweeeeeeeet!
    www.corvus-energy.com

    Grant
    Vancouver, BC

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
  •