style.css
367 Bytes
#boxes {
position: relative;
}
.box-1 {
margin-left: 285px;
margin-right: 215px;
}
.box-2 {
float: left;
width: 270px;
}
.box-3 {
margin-top: 20px;
float: right;
width: 200px;
}
.block {
position: relative;
padding: 10px 0px;
float: none;
}
.msie .box-2 .block,
.msie .box-3 .block {
/* IE SUX A LOT!!! */
top: -65px;
left: -2px;
}