0

在我目前正在使用的網站上,在側邊欄中有一個嵌套的無序列表,當此列表的<li>被懸停時,它顯示(先前隱藏的)子<ul>。這在所有瀏覽器中都可以正常工作,但IE 7 + 6除外。在這些瀏覽器中,彈出的<ul>顯示在上面列表的<li>的下面。任何想法爲什麼會這樣做?IE7 Z-Index問題

我的CSS如下:

div#sidebar-products { 
    border-bottom: 3px solid #D31245; 
    height: 297px; 
} 
    div#sidebar-products h2 { 
     font-size: 1.5em; 
     border-bottom: 0; 
     padding: 5px 0 12px 0; 
     color: #D31245; 
    } 
    div#sidebar-products ul{ 
     z-index: 0; 
    } 
     div#sidebar-products li{ 
      position: relative; 
     } 
      div#sidebar-products ul li a, 
      div#sidebar-products ul li a:visited 
      { 
       display: block; 
       border-bottom: 1px solid #eeeeee; 
       text-decoration: none; 
       padding: 7px 10px 7px 20px; 
       color: #6b6869; 
       background: #fff url(/img/raquo-red.png) 7px center no-repeat; 
      } 
      div#sidebar-products li a:hover, 
      div#sidebar-products li a:focus, 
      div#content-holder div#sidebar-products li.active a 
      { 
       background-image: url(/img/raquo-white-red.png); 
       background-color: #D31245; 
       color: #fff; 
      } 
     div#sidebar-products ul ul{ 
      display: none; 
      padding-left: 10px; 
      position: absolute; 
      margin-top: -1px; 
      z-index: 9999 !important; 
      border: 1px solid #D31245; 
      background: #f3f3f3; 
      width: 247px; 
     } 
      div#sidebar-products ul li ul li { 
       margin-bottom: 0; 
       position: static !important; 
       z-index: 500; 
      } 
       div#site-holder div#content-holder div#sidebar-products ul ul li a { 
        background: #fff url(/img/raquo-red.png) 10px center no-repeat; 
        padding-left: 24px; 
        color: #949494; 
       } 
       div#site-holder div#content-holder div#sidebar-products ul li ul li a:hover, 
       div#site-holder div#content-holder div#sidebar-products ul li ul li a:focus 
       { 
       color: #D31245; 
       background-color: #fff; 
      } 

回答

0

我認爲你需要確保你父元素的相對位置,具有自動溢出