4now
01-29-2009, 11:18 AM
in IE6 only - two layers will not stay side by side
instead the second layer drops below
#sidebar {
margin: 0;
float: left;
width: 169px;
height: 100%;
opacity:1;
background-color: #130B0B;
z-index: 2;
position: fixed;
}
#transbox {
width: 585px;
height: 100%;
float: right;
margin: 0;
}
(also I would love if the dark band ran to the bottom)
http://sitespecifics.ca/temp/welstead/test2.html
instead the second layer drops below
#sidebar {
margin: 0;
float: left;
width: 169px;
height: 100%;
opacity:1;
background-color: #130B0B;
z-index: 2;
position: fixed;
}
#transbox {
width: 585px;
height: 100%;
float: right;
margin: 0;
}
(also I would love if the dark band ran to the bottom)
http://sitespecifics.ca/temp/welstead/test2.html