Jump to content

IE 6 messing up my search bar!!!!!!!! AHHHHH


spiceydog

Recommended Posts

My search bar works perfectly in every browser except IE 6!

Working:

ballshe6.jpg

 

Broken in IE 6:

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;">

Link to comment
Share on other sites

Try adding a line-height in the .search-box. Example:

 

.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;
  line-height: 33px;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.