Results 1 to 2 of 2

Thread: Drpdown menu hidden

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

    Default Drpdown menu hidden

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem: I have a slideshow that hides a dropdown menu behind it in IE 7. This doesn't happen in any other major browser. Any ideas how to resolve this please? Link below showing problem.

    http://www.taxaccount.co.uk/help.html

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

    Default

    Sometimes just adding
    #fadeshow1{z-index:0;}
    to your css will help but i don't have IE7 so im not sure.

    By the way, I think you can merge your styles like this

    Code:
    <style type="text/css">
    body {
          background-color: #005A72;
    }
    table.c1 {
          background-color: #014454; 
          border: #037A92 4px solid;
    }
    td.c1 {
          background-color: #005A72;
    }
    .style5 {
          color: #FFFFFF;
          font-size: 14px;
          font-family: Geneva, Arial, Helvetica, sans-serif;
    }
    #fadeshow1{
          z-index:0;
    }
    </style>

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
  •