+ 4
[Solved] Search icon on input
How to add search icon to an input
5 Réponses
+ 3
Its a bit of trick actually, you have to use UNICODE values if you are using font-awesome.
Otherwise, you could have a <div> styled to be as close to the input box as possible.
Another way would be to use opacity and absolute position to put one element on top of another and use JS to manipulate the input.
+ 2
Alphin K Sajan html
+ 2
Ok thanks Akib Reza
+ 2
Thanks Calviղ