Ver Mensaje Individual
  #2  
Antiguo 21-02-2008
reevil reevil is offline
Miembro
 
Registrado: abr 2006
Posts: 179
Reputación: 21
reevil Va por buen camino
creo que deberias poner algo de codigo, o por lo menos que buscas hacer, por que en mi caso

Código:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.prueba {
    width: 50%;
    border: thin solid #000000;
}
-->
</style>
</head>

<body>
<div class="prueba"></div>
</body>
</html>
me funciona en ie 6, ie7 , firefox 2

son solo algunas cosas algo especificas las que dan problemas en ie6, pon tu codigo y vemos que le añadimos o quitamos para que funcione
Responder Con Cita