codice:
http://www.iconlook.com/style.css
.sbox, .ssub (line 8)
{
float: left;
display: block;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
line-height: 30px;
}
.sbox (line 9)
{
width: 445px;
height: 24px;
background-color: transparent;
background-image: url(/img/bg.png);
background-repeat: repeat;
background-attachment: scroll;
background-x-position: -1px;
background-y-position: -76px;
display: block;
padding-left: 5px;
padding-top: 6px;
font-size: 16px;
color: #666666;
float: left;
}
codice:
<div id="search" class="search">
<form action="search.icon" method="get">
<input type="text" class="sbox" name="q" />
<input type="submit" value="" class="ssub" />
<input type="hidden" name="s12" value="on"/>
<input type="hidden" name="s16" value="on"/>
<input type="hidden" name="s22" value="on"/>
<input type="hidden" name="s32" value="on"/>
<input type="hidden" name="s48" value="on"/>
<input type="hidden" name="s64" value="on"/>
<input type="hidden" name="s128" value="on"/>
</form>
</div>