in my form I have three input fields name, email, mobile but I want to change input text box like -
name : _____________ email: _____________ mob : ___
if you want to this also in ie6 than you can use bg image for this with background-position
.
input{ background:url(bg-dot.jpg) repeat-x center bottom; border:none; padding:2px 2px; }
so for all browser support with ie6 you should use this.