Html y html5 relaciondao con CSS
Publicado por DEVILSITO (140 intervenciones) el 26/05/2013 20:42:24
Segun los foros, he incorporado la instruccion <!DOCTYPE html> como la primera liena, y eso implica que reconocer todas las nuevas funciones de HTML5. Pero al hacer esto implicó que los posicionamientos se desordenaran absolutamente.
Mi pregunta es si ¿necesariamente el HTML5 debe trabajar obligadamente con CCS3, o que ocurrio con mi CSS que trabajaba correctamente.?
la referencia al CSS es:
<LINK REL="stylesheet" TYPE="text/css" href="estilos.css">
y mi CSS de prueba es:
/* General */
//*BODY {font-family: verdana,arial, sans-serif; font-size: 10pt;} */
b {font-size: 9pt;left:490;position:absolute;}
b1 {font-size: 9pt;left:450;position:absolute;font-weight: bold;}
d {font-size: 8pt;left:637;position:absolute;}
c {left:550;position:absolute;}
f {color: #0066CC;}
g {font-size: 8pt;left:800;top:66;position:absolute;}
/* Contenido */
H1 {font-size: 16pt; font-weight: bold; color: #0066CC;}
H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
H3 {font-size: 10pt; font-weight: bold; color: #0066CC;}
/* Formulario */
FORM.borde {border: 1px dotted #0066CC; padding: 0.5em 0.2em; width: 80%;}
FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
FORM P LABEL {float: left; width: 25%; font-weight: bold;}
.error {color: red;}
¿Que ajustes debo hacer?
Mi pregunta es si ¿necesariamente el HTML5 debe trabajar obligadamente con CCS3, o que ocurrio con mi CSS que trabajaba correctamente.?
la referencia al CSS es:
<LINK REL="stylesheet" TYPE="text/css" href="estilos.css">
y mi CSS de prueba es:
/* General */
//*BODY {font-family: verdana,arial, sans-serif; font-size: 10pt;} */
b {font-size: 9pt;left:490;position:absolute;}
b1 {font-size: 9pt;left:450;position:absolute;font-weight: bold;}
d {font-size: 8pt;left:637;position:absolute;}
c {left:550;position:absolute;}
f {color: #0066CC;}
g {font-size: 8pt;left:800;top:66;position:absolute;}
/* Contenido */
H1 {font-size: 16pt; font-weight: bold; color: #0066CC;}
H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
H3 {font-size: 10pt; font-weight: bold; color: #0066CC;}
/* Formulario */
FORM.borde {border: 1px dotted #0066CC; padding: 0.5em 0.2em; width: 80%;}
FORM P {clear: left; margin: 0.2em; padding: 0.1em;}
FORM P LABEL {float: left; width: 25%; font-weight: bold;}
.error {color: red;}
¿Que ajustes debo hacer?
Valora esta pregunta


0