Return to Snippet

Revision: 15921
at July 21, 2009 06:41 by jigar


Initial Code
.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;	
}

Initial URL


Initial Description
make sure you have image (shadow.gif)

Initial Title
Input box with shadow ( you can use class in all form input types )

Initial Tags


Initial Language
CSS