Placebo wrote: » float and margins?
Placebo wrote: » you could always have a wrapping div and then use position absolute/relative. However i dont see how margins can be a little off? you're in control at a per pixel rate post up your code/link
#div1 { width: 308px; float: right; padding: 5px; overflow: auto; height: 310px; background-color: #FFF; position: relative; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; } #div2 { width: 308px; float: right; padding: 5px; height: 310px; background-color: #FFF; position: relative; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; } #div3 { width: 308px; padding: 5px; height: 310px; float: left; background-color: #FFF; position: relative; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; }
.class { position: absolute; top: 0px; right: 0px; width: 100%; }
Elmo wrote: » Body is set to 980px [/code]