I have this post: http://www.kavoir.com/2009/01/web-h...oupon-code-control-panel-demo-email-demo.html I tried everything I could but the right scrolling bar of the post content div simply refuses to go away. The problem is specifically on Google Chrome. Any idea what is causing this problem?
Hi, Your post content box is not div but textarea. I don't have Chrome but in IE the following CSS should remove the right scrolling bar. textarea{Overflow:auto;} html {Overflow:auto;} should remove the right scroll bar of the browser. Let me if it works in Chrome. Thanks
overflow:auto causes scrollbars on any element who has set dimensions and inner content which exceeds that set dimension. Textareas sometimes have disabled scrollbars by default no matter if they are empty. Opera also adds in scrollbars, and I think IE8 did too.