Cita:
Iniciado por pitufoweb Solo agrega height: 100%; al html y body. Con eso tendría que funcionar.
Gracias...
No funcionó.
Cita:
Iniciado por pitufoweb P.D. Por que necesitas colocar <?xml version="1.0" encoding="utf-8"?> ?
Por un requerimiento...
Cita:
Iniciado por pitufoweb P.D 2. Te comiendo que que ordenes el código, por que así como esta no se entiende nada.
Gracias por mencionarlo.
Aquí te pego el código y por favor correlo, verás que no funciona el
height:100%, date cuenta que lo he colocado para
los tres divs.
Código:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="content-language" content="es" />
<link rel="icon" href="http://web.org/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://web.org/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<title>Plantilla 1</title>
<style type="text/css">
html,body{
height:100%;
border:0;
margin:0;
padding:0;
font-family:Arial;
font-size:9pt;
color:#000;
background:#ff952b;
}
#cosmos{
border:0;
margin:0;
padding:0;
color:#000;
background:#aabbcc;
height:100%;
}
#enlaces{
width:15em;
background:#b5d711;
color:#000;
float:left;
height:100%;
border:0;
margin:0;
padding:0;
}
p{
margin-top:0;
}
</style></head><body>
<div id="cosmos">
<div id="enlaces">
<?php
echo str_repeat('<p>Link...</p>',9);
?>
</div>
<?php
echo str_repeat('<p>Verdadera INFO</p>',50);
?>
</div></body></html>
Por favor que sucede con ésa etiqueta? ella destruye reglas css?
Hay algúna solución?