Team:Tianjin/scropic.css
From 2012.igem.org
(Difference between revisions)
Austinamens (Talk | contribs) |
Austinamens (Talk | contribs) |
||
Line 12: | Line 12: | ||
width:4px;height:4px; | width:4px;height:4px; | ||
border-width:0px; | border-width:0px; | ||
- | background:# | + | background:#fff;border-radius:2px 2px 2px 2px; |
} | } | ||
.slide .thumb div a{color:#fff;} | .slide .thumb div a{color:#fff;} | ||
.slide .thumb .cur,.slide .thumb div:hover{background:#f00;color:#FFF;} | .slide .thumb .cur,.slide .thumb div:hover{background:#f00;color:#FFF;} |
Revision as of 02:30, 22 August 2012
.slide{position:relative;width:470px;height:230px;} .pic_img{z-index:0; } .pic_img div{display:none;width:470px;height:230px;position:relative;} .pic_img img{width:470px;height:230px;} .pic_img div.cur{display:block;} .slide .thumb{position:absolute;bottom:0px;z-index:9;margin:0;right:0px;border:none;} .slide .thumb div{ overflow:hidden; float:right;margin-right:6px; color:#fff; text-align:center; width:4px;height:4px; border-width:0px; background:#fff;border-radius:2px 2px 2px 2px; } .slide .thumb div a{color:#fff;} .slide .thumb .cur,.slide .thumb div:hover{background:#f00;color:#FFF;}