Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * IE7에서 메뉴가 가려지는 문제 수정
 * 참조 : http://www.last-child.com/conflicting-z-index-in-ie6/
  • Loading branch information
inureyes committed May 24, 2008
1 parent 95be870 commit 5a5af18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/admin/whitedream/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ textarea
{
float : left;
position : relative;
z-index:1;
margin : 0 3px;
padding : 0 8px;
}
Expand Down Expand Up @@ -297,9 +298,11 @@ textarea
display : none;
border : none;
}

#main-menu li a:hover {
z-index : 999 !important;
}

#main-menu li:hover ul
{
display : block !important;
Expand Down

0 comments on commit 5a5af18

Please sign in to comment.