Possible Duplicate:
Stop chrome from auto styling input type=search
I want to add that little “X” that many search input boxes use for clearing the info, but I need to keep my own input background, font size etc. Any suggestions what to do?
input type"search"
changes the layout entirely…
You can try to use a regular text box with an image that has been moved on top of it so it won’t mess with its background-image.
HTML
CSS
jQuery
You can see it in action here: http://jsbin.com/afafet