IE's text indent in textfield fails... (IE8)
Posted: Tue May 19, 2009 7:43 am
My HTML and CSS are both validate. Every browser plays nicely except...


Code: Select all
#search-field
{
position:relative;
left:300px;
top:0px;
color:#666666;
width:200px;
height:16px;
font-size:11px;
font-family:Verdana;
border-style:none;
text-indent:21px;
padding-top:3px;
background-image:url(../../files/images/searchlabel.png);
background-repeat:no-repeat;
}