From 5fdc45f492a4049148cad48433c8e95ee4e187d4 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Tue, 9 Jun 2009 15:55:24 -0400 Subject: [PATCH] CSS issues --- css/fusebox.css | 5 ++--- test.html | 23 ++++++++++++++++------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/css/fusebox.css b/css/fusebox.css index a264a91..0a5ea56 100644 --- a/css/fusebox.css +++ b/css/fusebox.css @@ -1,8 +1,7 @@ .fusebox-container { position: absolute; top: 40px; - left: 0; } -.fusebox { display: none; padding: 10px; z-index: 101; float: left; } -.fusebox-container .ui-widget-shadow { position: absolute; z-index: 100;} \ No newline at end of file +.fusebox-container .ui-widget-shadow { position: absolute; z-index: 3; } +.fusebox { display: none; padding: 10px; z-index: 4; position: relative; float: left; } \ No newline at end of file diff --git a/test.html b/test.html index ed8121c..a5e1107 100644 --- a/test.html +++ b/test.html @@ -22,6 +22,9 @@ });