Mercurial > public > sg101
diff media/css/base.css @ 33:c018872385ea
Slideshow for home page; Initial checkin for the donations application.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 03 Jun 2009 00:59:17 +0000 |
parents | 74f04122295e |
children | 48b221d304c6 |
line wrap: on
line diff
--- a/media/css/base.css Tue May 05 00:56:18 2009 +0000 +++ b/media/css/base.css Wed Jun 03 00:59:17 2009 +0000 @@ -131,3 +131,22 @@ ul.icon-list li { list-style-type: none; } +#slideshow { + position:relative; + left:15px; + height:240px; +} +#slideshow img { + position:absolute; + top:0; + left:0; + z-index:8; + opacity:0.0; +} +#slideshow img.active { + z-index:10; + opacity:1.0; +} +#slideshow img.last-active { + z-index:9; +}