overtongraphics
12-10-2010, 10:21 AM
HI All
New here
so here is my CSS for my contact form on this website I am making
http://bluesteelfinal.basekit.com/
.framework-control-input-text
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_form.png') top left no-repeat;
width: 185px;
height: 25px;
border: 0;
margin: 0px;
padding: 0px 0px 3px 10px;
color: white;
}
.widget-formarea textarea
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_formmessage.png') top left no-repeat;
width: 270px;
height: 123px;
border: 0;
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 10px;
color: white;
}
.widget-formarea-container
{
position: relative;
height: 285px;
}
.widget-formarea-button
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_sumit.png') center left no-repeat;
width: 100px;
height: 30px;
border: 0px;
margin: 0px 0px 0px 0px;
text-indent: -999999px;
padding: 0px 0px 0px 0px;
color: black;
}
.widget-formarea-button:hover
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_sumithover.png') center left no-repeat;
width: 100px;
height: 28px;
border: 0px;
margin: 0px;
text-indent: -999999px;
padding: 0px;
color: black;
}
.widget-form-label
{
width: 45px;
}
.bk-form
{
padding: 3px 14px 0px 0px;
}
Can anyone see why my message text box is slipping down?
Thank you all!
josh
New here
so here is my CSS for my contact form on this website I am making
http://bluesteelfinal.basekit.com/
.framework-control-input-text
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_form.png') top left no-repeat;
width: 185px;
height: 25px;
border: 0;
margin: 0px;
padding: 0px 0px 3px 10px;
color: white;
}
.widget-formarea textarea
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_formmessage.png') top left no-repeat;
width: 270px;
height: 123px;
border: 0;
margin: 0px 0px 0px 10px;
padding: 10px 0px 0px 10px;
color: white;
}
.widget-formarea-container
{
position: relative;
height: 285px;
}
.widget-formarea-button
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_sumit.png') center left no-repeat;
width: 100px;
height: 30px;
border: 0px;
margin: 0px 0px 0px 0px;
text-indent: -999999px;
padding: 0px 0px 0px 0px;
color: black;
}
.widget-formarea-button:hover
{
background: url('http://basekit-image.s3.amazonaws.com/live45546_sumithover.png') center left no-repeat;
width: 100px;
height: 28px;
border: 0px;
margin: 0px;
text-indent: -999999px;
padding: 0px;
color: black;
}
.widget-form-label
{
width: 45px;
}
.bk-form
{
padding: 3px 14px 0px 0px;
}
Can anyone see why my message text box is slipping down?
Thank you all!
josh