hi, i am using this css for a 3 column layout btu the right column overlaps the scollbar in FF and Chrome .column { width: 25%; position: absolute; top: 0; z-index: 9998; } .left {left: 0;} .right {right: 0;} #leftcol { margin-right: 400px; background: #0099FF; height: 1000px; } #rightcol { margin-left: 399px; background: #0099FF; height: 1000px; } #content-wrapper { z-index: 20; } Code (markup):
Please provide an URI or the whole CSS/HTML. "overlaps the scrollbar" does not mean anything to me...