dsaba Posted June 21, 2008 Share Posted June 21, 2008 Let's say you have a textarea 30px by 30px, you fill it with more than 10,000 text characters. It will obvious that the scrollbars will activated because there is so much text in the small space. In other words, it 'overflowed'. Now other than common sense, is it possible to tactically tell with javascript/css when text in a textarea has overflowed, or caused there to be the appearance of of scrollbars, height scrollbars and/or width scrollbars. If so, I'd like to see some code to achieve this. -Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted June 21, 2008 Share Posted June 21, 2008 You can force scrollbars in FF by setting the height of the body to be 100.1% in your CSS. 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.