Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2013, 06:49
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Por que FF falla {min-height} y {width:auto} en este código?

Hola, quiero centrar en horizontal y en vertical.

Y este código no lo hace:
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html>
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<
style type="text/css">
html,body{
font-family:arial,verdana,sans-serif;
font-size:9pt;
margin:0;
padding:0;
}
#info{
background:#ffedd7;
height:auto;
min-height:50%;
max-width:50%;
width:auto;
}
</
style>
<
title>.: Optimizar Servidor :.</title>
</
head>
<
body>
<
div id="info">765</div>
</
body></html
¿que debo hacer?

Gracias

Última edición por Anarko; 11/04/2013 a las 07:00