Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/10/2010, 21:39
Avatar de newmesis
newmesis
 
Fecha de Ingreso: octubre-2010
Ubicación: Chillán, Chile, Chile
Mensajes: 42
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: problema con cajas div

y este es el css


Código CSS:
Ver original
  1. #empresa
  2. {
  3. width: 200px;
  4. height: 150px;
  5.  
  6. position:absolute;
  7. z-index: 500;
  8. top: 189px; left: 797px;  
  9.  
  10. }  
  11.  
  12. empresa2 {
  13.     display:block;
  14.     width:200px;
  15.     height:150px;
  16.     text-indent:-9999px;
  17. }
  18. .empresa2 a {
  19.     display:block;
  20.     width:200px;
  21.     height:150px;
  22.     background:transparent url(http://img801.imageshack.us/img801/4112/empresa2.png) no-repeat top left;
  23.     outline:none;
  24. }
  25. .empresa2 a:hover {
  26.     background-position:0 -150px;
  27. }

Última edición por metacortex; 05/10/2010 a las 01:21 Razón: Encerrar código entre etiquetas CSS