Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/02/2009, 16:25
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

modifique un poco el css y yo no estoy usando la librería de ie7

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:hover,ul#pestana li a:active,ul#pestana li a:focus {
  28.     border-bottom: 1px solid #FFF;
  29.     background: white;
  30. }
  31.  
  32. ul#pestana li a {
  33.     display: block;
  34.     height: 100%;
  35.     text-decoration: none;
  36.     color: white;
  37.     font: 14px arial;
  38. }
  39.  
  40. ul#pestana li a:hover,ul#pestana li a:active,ul#pestana li a:focus {
  41.     color: black;
  42. }

avisas como te va
__________________
WFC
codigo82