Spudhead
08-09-2005, 03:56 PM
http://www.revolutionstream.net/admin/login.asp
In IE6 - not bad. I'd like to drop the "[back]" link down so it's on the same baseline as the page title (any hints?), but at least it's aligned right and safely wrapped in its container div.
In FF 1.0.6 - they've jumped out of their container div :mad:
I fear that the internet may have broken :(
CSS:
#content{
position:relative;
clear:both;
width:600px;
height:400px;
border: 1px dashed #663300;
margin:50px 5px 5px 180px;
padding:5px;
text-align:left;
background-color:#CCCC99;
}
.headercontainer{
width:100%;
border: 1px dashed #663300;
}
.header{
float:left;
width:300px;
font-family:Verdana;
font-size:14pt;
color:#663300;
font-weight:bold;
}
.header_right{
float:right;
width:150px;
font-family:Verdana;
font-size:9pt;
color:#663300;
text-align:right;
vertical-align:sub;
}
In IE6 - not bad. I'd like to drop the "[back]" link down so it's on the same baseline as the page title (any hints?), but at least it's aligned right and safely wrapped in its container div.
In FF 1.0.6 - they've jumped out of their container div :mad:
I fear that the internet may have broken :(
CSS:
#content{
position:relative;
clear:both;
width:600px;
height:400px;
border: 1px dashed #663300;
margin:50px 5px 5px 180px;
padding:5px;
text-align:left;
background-color:#CCCC99;
}
.headercontainer{
width:100%;
border: 1px dashed #663300;
}
.header{
float:left;
width:300px;
font-family:Verdana;
font-size:14pt;
color:#663300;
font-weight:bold;
}
.header_right{
float:right;
width:150px;
font-family:Verdana;
font-size:9pt;
color:#663300;
text-align:right;
vertical-align:sub;
}