if you want it also in ie6 than you can use a bg image with background position for this
.
input{
background:url(bg-dot.jpg) repeat-x center bottom;
border:none;
padding:2px 2px;
}
therefore, to support browser using ie6 you must use this.
source
share