El problema para se ve claramente en esta pagina:
http://www.456bereastreet.com/lab/st...ited/fieldset/
La legenda del fieldset de firefox, se ve diferente a la de IE, quiero que se vea tal y cual como la del Firefox, he tratado de ajustarlo pero ya me rendi, no lo hago cuadrar. Esto es lo que tengo:
Código HTML:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css"> fieldset { background-color: #F0F2F4; border: 1px solid #3A4856; padding:0px 3px; margin:0px 3px; } fieldset legend { background-color: #3A4856; color: #FFFFFF; font-weight: bold; padding:1px 5px; margin:-8px 5px; } </style> </head> <body bgcolor="#808080"> <fieldset> Haca va el asunto </fieldset> </body> </html>