style.css
337 Bytes
#boxes {
/* none */
}
.box-1 {
/* the width of this element is seted by javascript for Firefox */
float: left;
margin-left: 4px;
}
.msie .box-1 {
margin-right: 4px;
}
.box-2 {
float: left;
width: 270px;
}
.box-3 {
float: right;
width: 200px;
}
.block {
position: relative;
padding: 10px 0px;
float: none;
}