« Return to the main article
It's working great in FF, but check out what I get in IE:
http://communityfirst.cc/chris/blog/scrolltest.JPG
See the IE Native scroll bar on the far right? That won't go away. Here's my scroll div:
#scrolls { position:expression("absolute"); top:31px; left:0px; margin-right:5px; overflow:expression("auto"); height:600px; padding:10px; height:expression(document.body.clientHeight); width:expression(document.body.clientWidth); margin-top:30px; margin-top:expression("0px"); }
I even left that div completely like you have in your code with no luck...
Thanks - something I just never thought of doing!
It's working great in FF, but check out what I get in IE:
http://communityfirst.cc/chris/blog/scrolltest.JPG
See the IE Native scroll bar on the far right? That won't go away. Here's my scroll div:
#scrolls { position:expression("absolute"); top:31px; left:0px; margin-right:5px; overflow:expression("auto"); height:600px; padding:10px; height:expression(document.body.clientHeight); width:expression(document.body.clientWidth); margin-top:30px; margin-top:expression("0px"); }
I even left that div completely like you have in your code with no luck...
Thanks - something I just never thought of doing!