Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/06/2011, 14:28
Avatar de Damicapu
Damicapu
 
Fecha de Ingreso: octubre-2009
Ubicación: Campana, Buenos Aires
Mensajes: 50
Antigüedad: 14 años, 6 meses
Puntos: 1
Respuesta: Problema con Texto en tabla

En el CSS hay varios mainlevel y no tengo idea cual sera:

Código CSS:
Ver original
  1. ul#mainlevel-nav
  2. {
  3.     list-style: none;
  4.     padding: 0;
  5.     margin: 0;
  6.     font-size: 0.8em;
  7. }
  8.  
  9. ul#mainlevel-nav li
  10. {
  11.     background-image: none;
  12.     padding-left: 0px;
  13.     padding-right: 0px;
  14.     float: left;
  15.     margin: 0;
  16.     font-size: 11px;
  17.     line-height: 21px;
  18.     white-space: nowrap;
  19.     border-right-width: 1px;
  20.     border-right-style: solid;
  21.     border-right-color: #333333;
  22. }
  23.  
  24. ul#mainlevel-nav li a
  25. {
  26.     display: block;
  27.     padding-left: 15px;
  28.     padding-right: 15px;
  29.     text-decoration: none;
  30.     color: #CCCCCC;
  31.     background: transparent;
  32.     font-weight: bold;
  33. }
  34.  
  35. #buttons>ul#mainlevel-nav li a {
  36.     width: auto;
  37. }
  38.  
  39. ul#mainlevel-nav li a:hover{
  40.     color: #FFFFFF;
  41.     background-color: #383838;
  42. }
  43.  
  44. a.mainlevel:link, a.mainlevel:visited {
  45.     display: block;
  46.     background: url(../images/menu_bg.png) no-repeat;
  47.     vertical-align: middle;
  48.     font-size: 11px;
  49.     color: #a0a0a0;
  50.     text-align: left;
  51.     padding-top: 5px;
  52.     padding-left: 12px;
  53.     height: 20px !important;
  54.     height: 25px;
  55.     text-decoration: none;
  56.     font-weight: bold;
  57. }
  58.  
  59. a.mainlevel:hover {
  60.     background-position: 0px -25px;
  61.     text-decoration: none;
  62.     color: #fff;
  63.     font-weight: bold;
  64. }

(Asi esta el CSS original, no esta editado por mi)

Muchas gracias por tu ayuda :D