Tekin Suleyman wrote:
http://www.boxivity.co.uk/test/feedback.php
Any ideas as to how i could get the submit button to clear the textarea? Thanks,
Tekin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

The moment you position anything absolute you remove it from the flow. Your text area is positioned absolute and need not be remove that and position the rest by establishing width to the block elements.

You can display the labels as block as well and it should all be great.

Rob

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to