[webkit-dev] How to disable resize bahaviour for textfields?

Alexander Strange astrange at ithinksw.com
Wed Jun 13 01:32:25 PDT 2007


On Jun 13, 2007, at 4:02 AM, Fabian Jakobs wrote:

> Hi,
>
> with Safari 3 textfields seem to be resizeable by default. Is there  
> a way to disable this bahaviour using CSS or JavaScript?

Resizable textfields are from CSS3:
http://www.w3.org/TR/css3-ui/#resize

You can disable them with "resize: none".

I've noticed resizing textfields in tables tends to uglify the rest  
of the layout sometimes on one site, but I need to redo it to be less  
table-y anyway.


> BTW is there an official documentation for all WebKit CSS  
> extensions? I have compiled a list from the sources here <http:// 
> qooxdoo.org/documentation/general/webkit_css_styles> but I am still  
> not sure how they are used.
>
> Thanks in advance,
> Best Fabian
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev




More information about the webkit-dev mailing list