Log in

View Full Version : CSS Tableless Form



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;
}

robin9000
02-07-2009, 02:16 PM
I don't know how to do everything your looking to do but the boarder width is chaged as follows:

border-width:15px;


That's just an example