Hello all,
I would like to make a simple search input field... something like google search on top of the screen when you sign into your gmail account.. you can see it hereClick Here
Because I had troubles trying to achieve it... I came up with a funny semi solution... you can see the code:
HTML
CSS
as you can see, I had to put two buttons after the input text... first one is to drop down the form for more advanced search... but... when I type in some text in input field and press enter... the drop form is shown instead of firing the second submit button...
is there any other way to accomplishing a similar search form?
Thank you in advance!