14 lines
.serch_ipt{ width:111px; height:24px; border:none;line-height:24px;padding-left:5px; overflow:hidden; background:none;}
.txtRight{text-align:right;background:url(../img/srch_ipnt.jpg) no-repeat right 0;}
.serch_ipt{background:url(../img/srch_ipnt.jpg ) center right;width:116px; height:24px; border:none;text-indent:6px; line-height:24px;}
14 lines
CSS code
.serch_ipt {width:111px; height:24px; border:none;line-height:24px;padding-left:5px; overflow:hidden; background:none;}
21 lines
CSS code
.txtRight{text-align:right;background:url...
Thank you for your wonderful answer, I will give you points immediately.
.serch_ipt{background:url(../img/srch_ipnt.jpg) center right;width:116px; height:24px; border:none;text-indent:6px; line-height:24px;}
Thank you for your answer.