aboutsummaryrefslogtreecommitdiffstats
path: root/web/css.css
diff options
context:
space:
mode:
authormatthew <matthew>2006-09-28 11:06:42 +0000
committermatthew <matthew>2006-09-28 11:06:42 +0000
commit9475220c2f73e604e77e18c9e5f268ed78560a35 (patch)
treeb86f2a2cb59af4905a5ea3619907638f9e654423 /web/css.css
parent10a8a2a3a15787f639ccc01550c7d9d5ea0fac11 (diff)
Proper proxying; JS scrolling using arrows; GIF pins as the PNG fixing in
IE caused onLoad never to fire.
Diffstat (limited to 'web/css.css')
-rw-r--r--web/css.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/web/css.css b/web/css.css
index 74c20748b..ec40801cb 100644
--- a/web/css.css
+++ b/web/css.css
@@ -172,10 +172,15 @@ fieldset div.checkbox label {
border: solid 1px #000000;
width: 508px;
height: 508px;
- position: relative;
- dtop: 0;
overflow: hidden;
float: right;
+ position: relative;
+}
+
+#drag {
+ position: relative;
+ width: 508px;
+ height: 508px;
}
#side {
@@ -190,11 +195,12 @@ fieldset div.checkbox label {
left: 0;
}
*/
-#map input {
+#drag input {
cursor: crosshair;
}
-#map input, #map img {
+#drag input, #drag img {
position: absolute;
+ background-color: #cccccc;
}
#compass {