Results 1 to 2 of 2

Thread: CSS Tableless Form

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

  2. #2
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •