diff options
Diffstat (limited to 'static/index2.html')
| -rwxr-xr-x | static/index2.html | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/static/index2.html b/static/index2.html index 8f4e654..fcd2315 100755 --- a/static/index2.html +++ b/static/index2.html @@ -199,15 +199,23 @@ display:none; #rapper{ margin-top:6%; } -#content{ - background:url(/static/img/cloudbg.png); -background-position:top center; - background-repeat:no-repeat; -} -#preload { - position: absolute; - left: 0px; - top: 0px; + #content{ + background:url(/static/img/cloudbg.png); + background-position:top center; + background-repeat:no-repeat; + position: relative; + z-index: 77; + } + #slider { + display: none; + } + #footer { + text-align: center; + } + #preload { + position: absolute; + left: 0px; + top: 0px; } #bigbow{ display:none; @@ -510,7 +518,7 @@ z-index:20; <p class="slide"><a href="#" class="btn-slide">watch a lil movie</a> <div id="rapper"></div><div id="idgi"></div> -<div id="content" style="z-index:77;"> +<div id="content"> <div id="main" align="center"> @@ -540,17 +548,17 @@ z-index:20; <br> <div id="talkaboutus"> -<div id="slider" style="display:none;"> +<div id="slider"> <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> - <div id="footer" style="text-align: center"> + <div id="footer"> @2010 <a href="/">dump.fm</a> -<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> +<a href="/about_us"><span>About Us</span></a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> -</div> + </div> <br><br> </div> </div> |
