-
CSS Tableless Form
http://www.dynamicdrive.com/style/cs...ableless-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;
}
-
-
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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks