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
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to