html 表单布局模板,一个不错的用CSS布局的表单

#thisform{

font-family:Georgia,serif;

font-size:12px;

color:#999;

}

#thisform label {

font-family:Verdana,sans-serif;

font-weight:bold;

color:#660000;

}

#thisform fieldset{

border:1px solid #cc;

padding:0 20px;

}

#thisform legend{

font-family:arial,sans-serif;

font-weight:bold;

font-size:90%;

color:#666;

background:#eee;

border:1px solid #ccc;

border-bottom-color:#999;

border-right-color:#999;

padding:4px 8px;

}

Sign In

Name:

Email:

Remeber this info?

你可能感兴趣的:(html,表单布局模板)