Forum Moderators: not2easy
1st try (but we found this is only "partially" supported in IE6 SP2)
html {
overflow-y: scroll;
}
2nd try
html { height: 100%; margin-bottom: 1px; }
}
Funny thing is before any fix, the content shifted left to fit the scrollbar. Now with both methods above, we see a slight shift right on longer pages instead.
I'm not the developer so if I need to post more code/other info for you to help, let me know. I GREATLY appreciate any help you can give.