Does anyone know where I can find iPhone search bar style?
I'm developing 开发者_C百科a site with jQTouch, but it doesn't have style for a search bar. Has someone come across a library or css for the iPhone search bar like the image below?
There is a searchbar in the iWebkit library, you can use that to creata your own.
jQuery Mobile provides a search input that does exactly that:
http://jquerymobile.com/demos/1.0a4/#docs/forms/forms-search.html
精彩评论