Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/06/2009, 17:00
Avatar de buzu
buzu
 
Fecha de Ingreso: octubre-2006
Ubicación: San Francisco, CA
Mensajes: 2.168
Antigüedad: 17 años, 6 meses
Puntos: 122
Respuesta: ¿Es posible hacer una capa de cierta altura y anchura sin contenido?

Mira, esto funciona perfectamente en FF:
Código html:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5.     <title>Untitled</title>
  6.     <style type="text/css">
  7.         #capa{
  8.             background-color: #000;
  9.             width: 400px;
  10.             height: 400px;
  11.         }
  12.     </style>
  13. </head>
  14.     <div id="capa">
  15.    
  16.     </div>
  17. </body>
  18. </html>

Pero como dice Kseso? mejor pon tu código y así es más facil ayudarte.
__________________
twitter: @imbuzu