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 Link to comment https://forums.phpfreaks.com/topic/130841-solved-disable-scrollbar-in-textarea/ 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; Link to comment https://forums.phpfreaks.com/topic/130841-solved-disable-scrollbar-in-textarea/#findComment-679102 Share on other sites More sharing options...
departedmind Posted October 31, 2008 Author Share Posted October 31, 2008 Thanks man, that was quick.... Link to comment https://forums.phpfreaks.com/topic/130841-solved-disable-scrollbar-in-textarea/#findComment-679108 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.