12 Jun
2010
12 Jun
'10
6:37 p.m.
furaisanjin wrote:
Are you able to control vertical and horizontal scroll bars in the below example?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> </head> <body>
<textarea cols=10 rows=10> Test message 1 - message 1.
Test message 2 - message 2.
Test message 3 - message 3.
Test message 4 - message 4.
Test message 5 - message 5.
Test message 6 - message 6.
Test message 7 - message 7.
</textarea> </body> </html>
I can't control them at all on my FreeBSD 8.0R.
I disabled inputs outside of forms after Rogut#s reported a segfault caused by using a <select> field when a repush comes along ( http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007408.html )