2011-03-16 2 views
2

내가 아무런 문제가 없었습니다 9 IE에서 작동이 중지 CSS는 다음과 같습니다.slideToggle은 자바 스크립트는 내가 IE 9 여기</p> <p>로 업그레이드 할 때까지

#button { 
    height: 32px; 
    width: 184px; 
    margin: auto; 
    background-image: url(button.png); 
    background-repeat: no-repeat; 
    background-position:0 0; 
    position:absolute; 
    left: 499px; 
    top: 71px; 
    color:#FFF; 
    font-size:20px; 
    font-weight: bold; 
    text-align:center; 
    line-height:32px; 
    z-index:1; 
} 
#button ul, li { 
    margin:0; 
    padding:0; 
    list-style:none; 
} 
.menu_class { 
    border:1px solid #1c1c1c; 
    cursor:pointer; 
} 
.the_menu { 
    display:none; 
    width:184px; 
    border: 1px solid #1c1c1c; 
    font-size:14px; 
    text-align:left; 
    line-height:16px; 
    z-index:1; 
    position:absolute; 
    top:33px; 
    left:0; 
} 
.the_menu li { 
    background-color: #302f2f; 
    margin:0; 
    padding:0; 
    list-style:none; 
    display:block; 
    float:left; 
    width:100%; 
} 
.the_menu li a { 
    color:#FFFFFF; 
    text-decoration:none; 
    padding:10px; 
    display:block; 
} 
.the_menu li a:hover { 
    padding:10px; 
    font-weight:bold; 
    color: #F00880; 
} 

아이디어가 없습니다. 문제가 무엇인지 또는 해결 방법?

감사합니다,

답변

0

이전 게시물을 다시 죄송합니다!

IE9에서도이 문제가 발생했습니다. 실제로 찾은 최고의 솔루션은 실제로 UL 대신 토글을 적용하여 매력을 발휘했습니다!

0

"위치 : 상대, 확대/축소 : 1"로 설정하십시오. 부모는 문제를 해결하는 것 같습니다.

- JQuery Issue Ticket 11168