Nevím si rady se dvěma problémy. jak mám v IE6 nastavit šířku textového pole? Chtěl bych patnáct, ale zmenší se mi max. na dvace. Proč v IE nefunguje toto?
/****CSS****/
#hledani input.hledat:hover
{
background: url(http://www.osdos.net/search_button_hover.gif) no-repeat;
}
/****HTML****/
<div id="hledani">
<form action="http://www.google.com/cse" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="ISO-8859-2" />
<div id="hledani_text"><input type="text" name="q" size="15" /></div>
<div id="hledani_submit"><input type="submit" name="sa" class="hledat" value=" " /></div>
</div>
</form>
</div>
Předem děkuji za odpověď.