Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created February 11, 2012 14:09
Show Gist options
  • Save tlxue/1799567 to your computer and use it in GitHub Desktop.
Save tlxue/1799567 to your computer and use it in GitHub Desktop.
some problems
#calendar tr td {
width:150px;
height:75px;
border-top:#23dd3d solid 0px;
border-left:#23dd3d solid 0px;
border-right:#23dd3d solid 1px;
border-bottom:#23dd3d solid 1px;
position:relative;
zoom:1;
background-color:#FFFFFF;
z-index:1;
}
/* 上面那个div的css */
#event {
width:390px;
height:300px;
position:absolute;
left:-124px;
top:-156px;
background-color:#00CC00;
display:none;
z-index:2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment