D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
ASchmidt1024
Full window
Github gist
search field animation
<div class="search"> <form action="" method="post" class="form-inline"> <img src="https://placehold.it/24x24" /> <input name="searchword" id="mod-search-searchword" maxlength="20" class="inputbox search-query" size="20" value="Suchen..." onblur="if (this.value=='') this.value='Suchen...';" onfocus="if (this.value=='Suchen...') this.value='';" type="text"> <input name="task" value="search" type="hidden"> <input name="option" value="com_search" type="hidden"> <input name="Itemid" value="143" type="hidden"> </form> </div>