Ok, sorry, I didn't think to add the code, but here it is:
my body:
Code:
<body>
<center>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td>
<img src="Banner.jpg">
<div id="Red" class="dragme" onmousedown="selectmouse()" style="z-index:1;float:right;position:relative;top:-45px;left:-9px;"></div>
<input type="button" value="Enter" id="AA" class="A" onClick="Enter()">
</td></tr>
</table><a href="http://www.thenr.net/alcoves" class="link">Enlightenment</a>
</body>
and the CSS that governs it:
Code:
#Red {
width:55px;
height:50px;
z-index:1;
background-color:#000000;
filter: alpha(opacity=00);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
}
body {
background-color:#222222;
}
table {
margin-top:250px;
}
.A {
border-top:1px solid #aaaaaa;
border-left:1px solid #aaaaaa;
border-right:1px solid #444444;
border-bottom:1px solid #444444;
background-color:#222222;
font: 10pt verdana, arial;
color:#aaaaaa;
float:right;
position:relative;
z-index:0;
top:-32px;
left:44px;
visibility:hidden;
}
.link {
position:relative;
top:-62px;
text-decoration:none;
color:ff0066;
font:11pt georgia;
}
</style>
It's a pretty strange site, but this is how he wanted it. The positions are all perfect in IE, but off by like 50 pixels in Chrome, and I haven't had a chance to check Mozilla yet. Any ideas?
Bookmarks