i want to align it to middle as like other brosers
you can see image attached as well i am facing this issue with IE 6 7 8.
<DIV id=search-wrapper>
<FORM id=searchform method=get action=http://www.calikay.com/>
<INPUT onblur='if (this.value == "") { this.value = "Search here.."; }' id=s onfocus='if (this.value == "Search here..") { this.value = ""; }' name=s value="Search here.." type=text jQuery1710007330052892983274="28">
<INPUT id=search-button value="" src="http://www.calikay.com/wp-content/themes/foodpress/images/search-button.png" type=image jQuery1710007330052892983274="29">
</FORM>
</DIV>
/*** Search ***/
#search-wrapper { float:right; position:relative; }
/* #searchform input { background:url(images/search-bg.png) repeat-x; border:0; height:35px; position:absolute; top:0; right:42px; padding-left:10px; border-left:1px solid #DDD; width:185px; font-family: 'TitilliumText22LLight'; font-size:13px; color:#999; } */
#searchform input {
background:url(images/search-bg.png) repeat-x;
border:0;
height:35px;
position:absolute;
top:0;
right:42px;
padding-left:10px;
border-left:1px solid #DDD;
width:185px;
font-family: 'TitilliumText22LLight';
font-size:13px;
color:#999;
}
#searchform #search-button { right:0; border:none; width:42px; padding-left:0; }
#searchform #s:focus { outline:none; }

New Topic/Question
Reply


MultiQuote





|