vpham83
02-04-2009, 12:58 AM
http://www.dynamicdrive.com/style/csslibrary/item/css-tableless-form/
Hi I was wondering on how to change the length of the Message form and the border thickness/color of the input boxes.
http://www.engageasyouage.com/contact_us.html
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 380px;
border:thick;
border:#000;
outline-color:#000;
}
.cssform textarea{
width: 298px;
height: 220px;
}
Hi I was wondering on how to change the length of the Message form and the border thickness/color of the input boxes.
http://www.engageasyouage.com/contact_us.html
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 380px;
border:thick;
border:#000;
outline-color:#000;
}
.cssform textarea{
width: 298px;
height: 220px;
}