My requirement is this. I need a text box with a width of 5px. As I type something on it the width should be increased. Is it possible to do using CSS only without js
thnx
|
My requirement is this. I need a text box with a width of 5px. As I type something on it the width should be increased. Is it possible to do using CSS only without js thnx
| ||||
|
feedback
|
|
ATM this is not possible with CSS only. To achieve this you would have to check the current content width of the textfield on every keystroke in it (use the | |||
|
feedback
|
|
hmm i only know like this one..
try it.. | |||||
feedback
|