Revision: 52494
Updated Code
at October 25, 2011 06:27 by juanprimal
Updated Code
input[type="text"] {
float: left;
margin: 45px 0 15px 20px;
width: 225px;
height: 32px;
color: white;
background-color: transparent;
background-image: url(../images/text-bg.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
border: 0 none;
text-indent: 5px;
}
Revision: 52493
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 25, 2011 04:57 by juanprimal
Initial Code
input[type="text"] {
float: left;
margin: 45px 0 15px 20px;
width: 225px;
height: 32px;
color: white;
background-color: transparent;
background-image: url(../images/text-bg.jpg);
background-position: 50% 50%;
background-repeat: no-repeat;
border: 0 none;
padding-left: 5px;
padding-right: 5px;
}
Initial URL
Initial Description
Initial Title
Input text con fondo de imagen
Initial Tags
text
Initial Language
CSS