Hi Simon,

Simon Brouwer wrote:
Hi Cristian, all,

<snip>
One example is the page of the French project: http://fr.openoffice.org/get_legal-fr.html

I noticed the French button is a bit aliased (edited with a bitmap editor perhaps). I have been so bold to make another one using Inkscape. Feel free to use it: www.xs4all.nl/~simonbr/ooo_get_legal_fr.png

Thanks! AFAIK Sophie was going to change that.

One trick for the textareas I've learned from Google's adsense site is the automatic selection of the textarea content when you click inside it. At least this works in Mozilla. I don't know if it works in other browsers.

Just add inside the existing <textarea ...> tag the following:

  onclick="this.focus();this.select()"

It will look something like:
<textarea readonly="readonly" wrap="hard" name="button" rows="4" cols="55" onclick="this.focus();this.select()">

...and it seems to do the trick.


:-)


Best,
Cristian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to