Posted by Jonathan N. Little on 11/15/07 23:16
Jonathan N. Little wrote:
> Julien wrote:
>> Is this possible with Firefox 2 : creating a multi-row HTML button ?
>>
>> This works with MSIE (versions 6 and 7, and maybe others) :
>> <input id='btn_CreateProducts' type='submit' value='Create
>> \rproducts' />"
>>
>> A screenshot of what I mean is the "Create products" button on this
>> screenshot :
>> http://www.altipoint.com/cgiContouring/img/screenshots/en/screenshot7.png
>>
>> The "\r" carriage return doesn't work with Firefox. Is there any
>> equivalent?
>
> <input id="btn_CreateProducts" type="submit" value="Create products"
> style="width: 5em; white-space: normal;">
>
>
Note: that above only works in Gecko by my testing. '\r' did not work in
any version of MSIE though, not sure how you accomplished it.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|