[Greasemonkey] max-width textarea?

Andrew Hayward greasemonkey at mooncalf.me.uk
Fri Nov 4 20:12:17 EST 2005


Try unsafeWindow...bericht.style.maxWidth = '300px' instead.

- Andrew

Chris Hayes wrote:
> 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?
> 
> 
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey


More information about the Greasemonkey mailing list