Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/02/2009, 17:35
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: Pestañas no funciona en Internet explorer

pues si, hay algunos errores y pido disculpas por eso

Código css:
Ver original
  1. body, html {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. ul#pestana {  
  7. list-style: none;
  8.   margin: 0;
  9.   padding: 10px 0 0 0;
  10.   height: 25px;
  11.   border-bottom: 1px solid black;
  12.   background: rgb(222, 222, 222);
  13. }
  14.  
  15. ul#pestana li {
  16.     float: left;
  17.     margin: 0 5px;
  18.     height: 23px;
  19.     text-align: center;
  20.     position: relative;
  21.     width: 150px;
  22.     border: 1px solid black;
  23.     top: 1px;
  24.     background: rgb(128, 128, 128);
  25. }
  26.  
  27. ul#pestana li a {
  28.     display: block;
  29.     height: 100%;
  30.     text-decoration: none;
  31.     color: white;
  32.     font: 14px arial;
  33. }
  34.  
  35. ul#pestana li a:hover,ul#pestana li a:active,ul#pestana li a:focus {
  36.     border-bottom: 1px solid #FFF;
  37.     background: white;
  38.  color: black;
  39. }

por que no lo pruebas en un archivo nuevo.
__________________
WFC
codigo82