diff options
| author | timb <timb@mb.home> | 2010-03-21 01:08:34 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-03-21 01:08:34 -0700 |
| commit | bb260d1716d10b5550eaecaa8e93519a51d6fa19 (patch) | |
| tree | 5e8b05434e9097932256fa87f1aa06e7fb6b94ac /template | |
| parent | c4eaf3b84d33925b735c04cef4d6fac957a09e7f (diff) | |
fix z-index STACKING CONTEXT HIERARCHIES
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/template/chat.st b/template/chat.st index e5f8110..6bdefc8 100755 --- a/template/chat.st +++ b/template/chat.st @@ -83,18 +83,7 @@ function pop(url) <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/trophyicon.gif"></a></div> </div> $else$ -<div id="newuserwrap"> -<div id="posthelp"><img src="/static/posthere.png"></div> -<div id="webcamhelp"><img src="/static/webcamhelp.png"></div> -<div id="userlisthelp"><img src="/static/userlisthelp.png"></div> -<div id="imageboard"><img src="/static/imageboard.png"></div> -<div id="uploadstuff"><img src="/static/uploadstuff.png"></div> -<div id="signinblurb"><img src="/static/signinblurb.png"></div> -<div id="readyjoin"><img src="/static/readyjoin.png"></div> -<script> -jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) -</script> -</div> + <link rel="stylesheet" type="text/css" href="/static/dump.css"> <div id="msgInputDiv"> <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> @@ -110,6 +99,18 @@ jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap </div> </div> + </div> + <div id="newuserwrap"> + <div id="posthelp"><img src="/static/posthere.png"></div> + <div id="webcamhelp"><img src="/static/webcamhelp.png"></div> + <div id="userlisthelp"><img src="/static/userlisthelp.png"></div> + <div id="imageboard"><img src="/static/imageboard.png"></div> + <div id="uploadstuff"><img src="/static/uploadstuff.png"></div> + <div id="signinblurb"><img src="/static/signinblurb.png"></div> + <div id="readyjoin"><img src="/static/readyjoin.png"></div> + <script> + jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) + </script> </div> $endif$ <div id="footerc"> <p> |
