Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/05/2008, 04:45
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: Div con propiedades especiales

Cita:
Iniciado por salbatore Ver Mensaje
Hola de nuevo...

He probado lo que me dices Mikmoro y no me funciona en ningun navegador...

¿Alguna otra opcion?
¿Puede ser que no lo hayas aplicado correctamente? No te dí más indicaciones porque imaginé que sabrías cómo colocarlo, disculpa:

Cita:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xml:lang="es" xmlns="http://www.w3.org/1999/xhtml" lang="es-es">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
div { background-color: rgb(204, 0, 0);
height: 200px;
min-width: 700px;
max-width: 800px;
margin: 0px auto;
}
</style><!--[if IE 6]><style>div {width: expression( (document.documentElement.clientWidth > 800)? "800px" : (document.documentElement.clientWidth < 700)? "700px" : "800px" );}</style><![endif]-->
</head>
<body>
<div></div>
</body>
</html>
Mikel.