How to Styling WebKit HTML5 Search Inputs

One of the new types of inputs in HTML5 is search (<input type=search name=s>. It does absolutely nothing in most browsers. It just behaves like a text input. This isn’t a problem. The spec doesn’t require it to do anything special. WebKit browsers do treat it a bit differently though, primarily with styling.

search input How to Styling WebKit HTML5 Search Inputs

css-tricks is haring tutorial how to styling “WebKit HTML5 Search Inputs“. The result is fancy search box that work on webkit browser.

Requirements: Webkit Browser
Demo: http://css-tricks.com/examples/SearchInputs/
Source: http://css-tricks.com/webkit-html5-search-inputs/

Incoming search terms for the article:

Related Posts

1

SimpleWeather – Display The Weather Using jQuery

CSS Tutorial: CSS Properties CSS Syntax

1

Create Eye-Catching CSS Buttons With Pseudo-Elements

css logo

Creating an Accordion Image Gallery with Only CSS