[Greasemonkey] max-width textarea?

Chris Hayes chayes at antenna.nl
Fri Nov 4 21:03:01 EST 2005


I need to limit the width of a textarea (name="bericht", no ID, no CSS 
class).
I tried to start with max-width.

This works:
unsafeWindow.document.forumpostform.bericht.style.width='300px';

This does not work:
unsafeWindow.document.forumpostform.bericht.style.max-width='300px';

is there a solution for this?




More information about the Greasemonkey mailing list