Roost3r
04-09-2003, 12:10 AM
Hi,
If you look at my site http://www.xtremehw.com and use the scrollbars then look at my select in my search form you will see that it dissappears or looksweird until a mouse goes over it again; any ideas why this is happening? I want it to work correctly in IE... im using IE6, i tried it in mozilla and it was fine....
After trial and error ive come to the solution that the problem is NOT:
1. CSS related... i removed the css and it still had the problem
2. Related to the american flag image... i also removed that and it still didnt get better
3. Not related to where it is on the page... i moved it above the news and it did the exact same thing...
anyone got ideas?
TIA
heres the forms code
<fieldset>
<legend><b>Search</b></legend>
<form method="post" action="search.php" class="myform">
Search: <input type="text" name="search" id="search" class="mysearch" size="20" maxlength="40" />
<select id="Engine" class="mysearch">
<option value="Google">Google
<option value="Yahoo!">Yahoo!
<option value="MSDN">MSDN
</select>
<input type="submit" value="Go" name="submitsearch" id="submitsearch" />
</form>
</fieldset>
If you look at my site http://www.xtremehw.com and use the scrollbars then look at my select in my search form you will see that it dissappears or looksweird until a mouse goes over it again; any ideas why this is happening? I want it to work correctly in IE... im using IE6, i tried it in mozilla and it was fine....
After trial and error ive come to the solution that the problem is NOT:
1. CSS related... i removed the css and it still had the problem
2. Related to the american flag image... i also removed that and it still didnt get better
3. Not related to where it is on the page... i moved it above the news and it did the exact same thing...
anyone got ideas?
TIA
heres the forms code
<fieldset>
<legend><b>Search</b></legend>
<form method="post" action="search.php" class="myform">
Search: <input type="text" name="search" id="search" class="mysearch" size="20" maxlength="40" />
<select id="Engine" class="mysearch">
<option value="Google">Google
<option value="Yahoo!">Yahoo!
<option value="MSDN">MSDN
</select>
<input type="submit" value="Go" name="submitsearch" id="submitsearch" />
</form>
</fieldset>