departedmind Posted October 31, 2008 Share Posted October 31, 2008 Hi all, I have a rounded rectangle image in textarea and my CSS is like this textarea { width:236px; height:177px; background:url(../images/textarea_bg.gif) no-repeat; border:none; margin-top:8px; margin-bottom:8px;} Vertical Scrollbar shows only in IE 6 & 7, not in FF , how can I remove that scrollbar cause it is cutting my rounded shapes in right side. Any Help thanks Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted October 31, 2008 Share Posted October 31, 2008 Put the following in the CSS as well: overflow:auto; Quote Link to comment Share on other sites More sharing options...
departedmind Posted October 31, 2008 Author Share Posted October 31, 2008 Thanks man, that was quick.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.