Formulario con un fieldset de ayuda

El Formulario

Instrucciones CSS para el fieldset de ayuda:

fieldset {
width: 20em;
background-color: #ccff99;
color: #000;
}
legend {
padding: 2px 5px;
background-color: #ffcc00;
color: #000;
border: 3px double #f00;
}

Correcciones para evitar problemas de color en IE:

* html fieldset {
position: relative;
margin-top: -0.5em;
padding: 0 0.5em 0.5em 0.5em;
}
* html legend {
position: relative; 
top: -0.9em; 
z-index: 11;
}

siguiente »
Índice Capítulo 7
Contenido material adicional