Team:XMU-China/photogallery
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
left: 25px; | left: 25px; | ||
top: 25px; | top: 25px; | ||
- | z-index: | + | z-index: -1; |
} | } | ||
Line 30: | Line 30: | ||
width: 150px; | width: 150px; | ||
text-align: center; | text-align: center; | ||
+ | z-index: -1; | ||
} | } | ||
.nav li { | .nav li { | ||
Line 66: | Line 67: | ||
z-index:-4; | z-index:-4; | ||
background:#F00; | background:#F00; | ||
+ | visibility:hidden; | ||
} | } | ||
#photogallery tr { | #photogallery tr { | ||
background-color: #0F0; | background-color: #0F0; | ||
z-index: -4; | z-index: -4; | ||
+ | visibility:hidden; | ||
} | } | ||
#photogallery tr td { | #photogallery tr td { | ||
background-color: #00F; | background-color: #00F; | ||
z-index: -4; | z-index: -4; | ||
+ | visibility:hidden; | ||
} | } | ||
Line 80: | Line 84: | ||
<body> | <body> | ||
- | |||
- | |||
<div id="slider" class="slide-wp"> | <div id="slider" class="slide-wp"> | ||
<ul> | <ul> | ||
Line 194: | Line 196: | ||
})</script> | })</script> | ||
- | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 01:14, 24 September 2012