How on jQuery to make that when you click on the <input>
block smoothly expanded? I don’t know jQ at all; I could do this:
$(function(){ $('.sinp').hover(function() { $(this).css('width', '250px'); }); });
Here input'u assigned class .sinp. In theory, it remains to be done smoothly and so that when you "drop" (outfocus or whatever) return back to the value in the css file.