Ver Mensaje Individual
  #8 (permalink)  
Antiguo 23/02/2012, 13:38
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 13 años, 6 meses
Puntos: 6
Respuesta: banner centrado y en la parte superior top 0

hola amigos este es mi codigo

Código CSS:
Ver original
  1. <style>
  2. <style type='text/css'>
  3.  
  4. body{
  5. margin:0;
  6. }
  7. #banner{
  8.     width:850px; margin:0 auto;
  9.         }
  10.  
  11.  
  12. </style>
  13. <body>
  14. <div id="banner"><a href="http://intranet.ingeominas.gov.co/"><img src="http://www.forosdelweb.com/f53/fullcalendar/banner.gif"/></a></div>
  15. </body