Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/03/2009, 11:08
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Respuesta: Barra superior 100% a todo el ancho

Hola asinox

Prueba este ejemplo:

Código css:
Ver original
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. body, html {margin:0; padding:0}
  5. #barra {width:100&#37;; height:50px; border:1px solid red}
  6. </style>
  7. </head>
  8. <body>
  9. <div id="barra"></div>
  10. </body>
  11. </html>

Saludos,