CSS Library: Form CSS: Here
CSS Tableless Form
Author: Dynamic Drive
This is a tableless CSS form which you can use as a template for implementing your own lightweight form. It uses a combination of float and negative margins to create a two column layout for the form. One issue with the form is IE6's three pixel jog bug, which is addressed in the demo manually, by offsetting the jogged checkboxes with an additional margin. You may wish to implement a more thorough fix, though it will increase the size of the code. IE7 does not suffer from the 3 pixel bug.
Demo:
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 12 of 14 pages « First < 10 11 12 13 14 >
how do i get this form to send the feedback in a email to my id?
Awesome code! works well on FF2 & 3, IE6 + 7 ...but when it comes to IE8 ...everything mess up ... any fix for that ?
can we do the same thing for asp.net controls also
Im wondering too, how do i add a the submit button to an email address so that the following fields are submitted to an email address? This would be a great help thanks :D
Hi,
Thank you o much, I have been searching for this few weeks now.
Works Great :-)
Emil
Thank you o much, I have been searching for this few weeks now.
Works Great :-)
Emil
What exactly happens to the information once it is submitted?
Great job. I like this form. Very simple and nice.
this might sound like a stupid question but how do you usethis sort of CSS to only show up on one page of your site? The same question applies to doing an image gallery?
we can do like:
<style>
dl {
font-family:Arial, Helvetica, sans-serif;
padding: 0;
margin:10px 0 0 15px;
width: 540px;
float:left;
}
dt, dd {
padding: 2px 3px;
margin: 0;
}
dt {
width: 180px;
float: left;
clear: both;
}
</style>
I m using it:
<dl>
<dt>Name</dt>
<dd>Box</dd>
</dl>
<style>
dl {
font-family:Arial, Helvetica, sans-serif;
padding: 0;
margin:10px 0 0 15px;
width: 540px;
float:left;
}
dt, dd {
padding: 2px 3px;
margin: 0;
}
dt {
width: 180px;
float: left;
clear: both;
}
</style>
I m using it:
<dl>
<dt>Name</dt>
<dd>Box</dd>
</dl>









but it is not support to monzila.