Log in

View Full Version : Resolved Problem with form textarea



nebstar
12-15-2008, 05:57 PM
I have created a enquiry form in dreamweaver and have all the code working fine except for the textarea field.

I have styled it using css giving it its height and width, this seems to work fine but when it displays in safari, rather than being a set size/ element on the page it seems to be adjustable from the lower right hand corner?

could anyone please help me to resolve this so that the "textarea" is not adjustable.

Thanks

BLiZZaRD
12-15-2008, 06:11 PM
It's not a "problem" LOL. Adjustable text areas are a feature of Safari 3.

Snookerman
12-15-2008, 06:11 PM
Try this in your css:

textarea {
resize:none;
}

nebstar
12-15-2008, 06:17 PM
works like a treat.

Thank you,

much appreciated.

Nebstar

Snookerman
12-15-2008, 06:24 PM
You're welcome! Remember to go to your first post, edit it, go advanced and add the Resolved prefix to the thread title.