I am working on my personal website. I need the input box expand when user clicks on it to input. (ex: twitter input box, it will expand when user click on it to write )
thank you
|
I am working on my personal website. I need the input box expand when user clicks on it to input. (ex: twitter input box, it will expand when user click on it to write ) thank you |
|||
|
|
|
Using CSS this is fairly simple: With the :focus pseudo class (http://www.w3schools.com/css/css_pseudo_classes.asp) you can easily detect input elements that are focussed. If you want fancy animations, use jquery to morph inbetween. |
|||
|