Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
Some nice styling code ...
( Example: http://getsimple.dare-is.nl/contact/ )

Code:
.p01-contact textarea,
.p01-contact input[type="text"],
.p01-contact input[type="password"] {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 2px;
    width: 250px;
}
.p01-contact select {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 4px 4px 0;
    width: 250px;
}
.p01-contact input[type="button"],
.p01-contact input[type="submit"] {
    background: none repeat scroll 0 0 #28313A;
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 0 350px;
    padding: 4px 10px 5px;
    text-shadow: 0 -1px 0 #CCCCCC;
}
.p01-contact .label {
    float: left;
    width: 160px;
}
.p01-contact .field {
    padding: 2px 0;
}
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by Rene - 2011-11-15, 23:35:06



Users browsing this thread: 3 Guest(s)