Hey is it possible to turn a text box into a dynamically sizable box?
This contact menu is my example.
Hey is it possible to turn a text box into a dynamically sizable box?
This contact menu is my example.
You should be able to use the CSS property resize:both on the textarea field you want to be able to resize. If you want to give a link to your form I can help you out if you need further guidance.
Im sorry, I didnt paste the example I wanted to emulate. My forms are being worked on a local server, so I can't share a link.
Here is the example form. Note the message box. http://socialdesignhouse.com/contact/
Oh that css resize is what Im looking for. Thank you! How do I go about finding what selectors I apply it to?
On another note. How do I also change the width of a text box? I have two rows of boxes. One row has the three column class associated with three small single-line text boxes. The second row has a message/paragraph box, but I want the width of the bottom box to match the width of the top row's three boxes.
Using firebug for firefox or chrome developer tools to inspect your page elements is the quickest way to do so visually. This will apply for your text area as well as your input width you just referenced. Each field li has it's own unique ID so you can uniquely style them individually. There is also a substantial amount of info here for reference:
http://www.gravityhelp.com/documentation/page/Design_and_Layout