Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/08/2010, 09:16
urameshix
 
Fecha de Ingreso: octubre-2005
Mensajes: 240
Antigüedad: 19 años, 1 mes
Puntos: 1
Respuesta: Problema con jquery/IE8

Vale, te pongo todos los estilos que se usan en el primer post para que lo veas todo junto.

Edito: como veo que no lo puedo editar lo pongo aquí:

Código CSS:
Ver original
  1. #sidebar {
  2.     float : left;
  3.     width : 225px;
  4.     overflow : hidden;
  5.     margin-top : -5px;
  6.    
  7. }
  8.  
  9. #sidebar h3 {
  10.     font : .95em "Trebuchet MS", arial, sans-serif;
  11.     margin-top : 15px;
  12. }
  13.  
  14. #sidebar h3 a.desplegable,#solo{
  15.     background : url('imagenes/buttom.png') 0 0 no-repeat;
  16.     width : 198px;
  17.     height:30px;
  18.     line-height : 30px;
  19.     text-transform : uppercase;
  20.     display : block;
  21.     cursor : pointer;
  22.     color : white;
  23.     padding-left : 28px;
  24.     overflow:hidden;
  25. }
  26.  
  27. #sidebar h3 a.desplegable:hover,#solo:hover {
  28.     background-position : 0 -40px;
  29.     text-decoration : none;
  30. }
  31.  
  32. #sidebar h3.active a {background-position : 0 -80px}
  33. #sidebar h3.active a:hover {background-position : 0 -120px}
  34.  
  35. #sidebar div {
  36.     margin-bottom : 15px;
  37.     margin-top : 5px;
  38.     font-size : .9em;
  39.     background : #E7E7E7 url('imagenes/sidebar.png') top left no-repeat;
  40.     overflow : hidden;
  41.     height : auto;
  42. }
  43.  
  44. #sidebar .subnavegador ul {
  45.     background : url('imagenes/sidebar.png') -275px bottom no-repeat;
  46.     overflow : hidden;
  47.     height : 100%;
  48.     padding : 10px 15px;
  49. }
  50.  
  51. #sidebar .subnavegador ul li {
  52.     line-height : 22px;
  53.     background : url('imagenes/li.gif') 0 7px no-repeat;
  54.     padding-left : 18px;
  55. }
  56.  
  57. #sidebar .subnavegador ul li a {
  58.     color : black;
  59.     font-weight : bold;
  60. }

Un saludo!