/ Published in: CSS
make sure you have image (shadow.gif)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.inputclass { background:#fff url(../images/shadow.gif) repeat-x top; border-bottom:1px solid #ddd; border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3; border-top:1px solid #7c7c7c; padding:2px 0; color:#333; }