Team:UCLA/Template/CSS test
From 2014.igem.org
(Difference between revisions)
Anuvedverma (Talk | contribs) |
Anuvedverma (Talk | contribs) |
||
Line 316: | Line 316: | ||
#spider #first { | #spider #first { | ||
opacity:1; | opacity:1; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <!--SLIDER--> | ||
+ | <style type="text/css"> | ||
+ | .slider{ | ||
+ | width:800px; | ||
+ | height:350px; | ||
+ | overflow:hidden; | ||
+ | margin:0px auto; | ||
+ | background-image:url(loader.gif); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:center; | ||
+ | } | ||
+ | .shadow{ | ||
+ | background-image:url(slider-shadow.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:top; | ||
+ | width:864px; | ||
+ | height:144px; | ||
+ | margin:0px auto; | ||
+ | } | ||
+ | .slider img{ | ||
+ | width:800px; | ||
+ | height:350px; | ||
+ | display:none; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 09:49, 24 July 2014