toxicity3440
11-25-2008, 12:31 AM
My search bar works perfectly in every browser except IE 6!
Working:
http://img255.imageshack.us/img255/4629/ballshe6.jpg
Broken in IE 6:
http://img523.imageshack.us/img523/2894/wtfkk8.jpg
The code relating to this problem:
<style type="text/css">
<!--
.searchbox {
height: 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3D1B00;
border: 1px solid #FFFFFF;
width: 90px;
position: relative;
top: 0px;
_top: 1px;
}
-->
</style>
<!--begin search bar-->
<img src="images/searchbarleft.gif" width="5" height="16" align="absbottom" style="float:left;"><input style="float:left;" name="full" type="text" class="searchbox" onFocus="this.value=''" value="search..." size="9"><input style="float:left;" name="image" type="image" onMouseOver="javascript:this.src='images/searchbarright_o.gif';" onMouseOut="javascript:this.src='images/searchbarright.gif';" value="Search" src="images/searchbarright.gif" alt="Search" align="absbottom" style="margin-right:1px;">
Working:
http://img255.imageshack.us/img255/4629/ballshe6.jpg
Broken in IE 6:
http://img523.imageshack.us/img523/2894/wtfkk8.jpg
The code relating to this problem:
<style type="text/css">
<!--
.searchbox {
height: 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3D1B00;
border: 1px solid #FFFFFF;
width: 90px;
position: relative;
top: 0px;
_top: 1px;
}
-->
</style>
<!--begin search bar-->
<img src="images/searchbarleft.gif" width="5" height="16" align="absbottom" style="float:left;"><input style="float:left;" name="full" type="text" class="searchbox" onFocus="this.value=''" value="search..." size="9"><input style="float:left;" name="image" type="image" onMouseOver="javascript:this.src='images/searchbarright_o.gif';" onMouseOut="javascript:this.src='images/searchbarright.gif';" value="Search" src="images/searchbarright.gif" alt="Search" align="absbottom" style="margin-right:1px;">