From bb260d1716d10b5550eaecaa8e93519a51d6fa19 Mon Sep 17 00:00:00 2001 From: timb Date: Sun, 21 Mar 2010 01:08:34 -0700 Subject: fix z-index STACKING CONTEXT HIERARCHIES --- static/dumpnewuser.css | 40 ++++++++++++++++++++++------------------ template/chat.st | 25 +++++++++++++------------ 2 files changed, 35 insertions(+), 30 deletions(-) diff --git a/static/dumpnewuser.css b/static/dumpnewuser.css index 0eccc89..09ca175 100644 --- a/static/dumpnewuser.css +++ b/static/dumpnewuser.css @@ -12,43 +12,47 @@ overflow:hidden; } #posthelp{ position:fixed; -z-index:666; -bottom:50; -left:110; +z-index:2000; +bottom:50px; +left:110px; } #webcamhelp{ -position:fixed;z-index:8888888; -right:20; -bottom:39; +position:fixed; +z-index:2000; +right:20px; +bottom:39px; } #userlisthelp{ position:fixed; -top:100; -right:300; +top:100px; +right:300px; +z-index:2000; } #imageboard{ position:fixed; -top:20; -left:-10; +top:20px; +left:-10px; +z-index:2000; } #uploadstuff{ position:fixed; display:none; -bottom:40; -right:160; -z-index:99999; +bottom:40px; +right:160px; +z-index:2000; } #signinblurb{ position:absolute; -top:-20; +top:-20px; display:none; -z-index:199999999999999999999; -right:10; +z-index:2000; +right:10px; } #readyjoin{ position:fixed; -top:27; -left:180; +top:27px; +left:180px; +z-index:2000; } a { font-size: 12px; 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)
$else$ -
-
-
-
-
-
-
-
- -
+
@@ -110,6 +99,18 @@ jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap
+ +
+
+
+
+
+
+
+
+
$endif$

-- cgit v1.2.3-70-g09d2