I'll try to explain my "Problem". I want to add on a search bar on a page, using CSS Stylesheet
<form action="/site/shop_skin.php" method="post">
<img src="/site/img/pictos/mini_search_white.jpg" align="absmiddle">
<strong> Rechercher</strong>
<br>
<input name="search" id="search" size="15" maxlength="15" style="" type="text">
</form>
I want to take this code to an other page but I don't know how to "convert" it into CSS
Maybe I can make it understand more easily this way: I need a search bar (Searching into "/site/shop_skin.php") that I can put into my CSS Stylesheet, so "img" and "Rechercher" are really not important
Thanks to anyone that will try to help me ;)
Btw: I'm making my Stylesheet with Stylish (If it may change anything)