Forum Moderators: not2easy
.contentHolder {
height: 595px;
width:auto;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;
}
This creates a problem in IE7 only. Instead of having the scrollbar overlay the DIV, it shifts the DIV and the displays the scrollbar outside of the DIV, which takes up page space and throws alignment out.
Is there a workaround?
You might also be able use (yech) IE-specific CSS. IE supports some macro stuff that I hate to use, but might work.