Rella
Rella

Reputation: 66985

How to create a re sizable only vertically div? (alike SO form)

What we need is simple - 3 divs whose width is static - not changable

we need them to be divs - not text fields because I plan to host in resizable a flash object. jQuery can be used. How to create such thing?

Upvotes: 0

Views: 1474

Answers (1)

Matt King
Matt King

Reputation: 2166

Here's an example, only tested in Chrome. Hopefully it will get you on your way.

http://jsfiddle.net/tZQx7/2/

Edit: fixed jsfiddle link, was point to an older version

Upvotes: 1

Related Questions