mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
IE6 달력 레이어 닫기 버튼 사라짐 디버깅
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6513 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0ed1a982d
commit
49e1a33161
1 changed files with 31 additions and 30 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
|
@charset "utf-8";
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
.ui-calendar {display:none; padding:25px 15px 15px 15px; position:absolute; border:2px solid #737373; background:#fff; color:#333;}
|
.ui-calendar {display:none; padding:25px 15px 15px 15px; position:absolute; border:2px solid #737373; background:#fff; color:#333; *zoom:1;}
|
||||||
.ui-calendar .close{ position:absolute; top:10px; right:15px; width:17px; height:17px; border:0; padding:0; background:url(./img/buttonCloseLayerX.gif) no-repeat center center; cursor:pointer;}
|
.ui-calendar .close{ position:absolute; _display:block !important; top:10px; right:15px; width:17px; height:17px; border:0; padding:0; background:url(./img/buttonCloseLayerX.gif) no-repeat center center; cursor:pointer; *zoom:1;}
|
||||||
.ui-calendar .close span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; z-index:-1; visibility:hidden;}
|
.ui-calendar .close span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; z-index:-1; visibility:hidden;}
|
||||||
.ui-calendar table{ border:0; border-spacing:0; _width:200px;}
|
.ui-calendar table{ border:0; border-spacing:0; _width:200px;}
|
||||||
.ui-calendar caption{ font-weight:bold; text-align:center; position:relative;}
|
.ui-calendar caption{ font-weight:bold; text-align:center; position:relative;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue