Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/02/2005, 02:19
Avatar de xcorpion
xcorpion
 
Fecha de Ingreso: octubre-2003
Ubicación: m é x i c o
Mensajes: 676
Antigüedad: 20 años, 6 meses
Puntos: 4
lo he cambiado así pero tampoco funciona:
[HTML]
<style> #foldheader{ cursor:pointer; cursor:hand; list-style: none; } #menu{ font-weight:bold; font-family:Lucida Sans; font-size:12px; color:#185584; padding-left:5px; padding-top:2px; padding-bottom:2px; margin-bottom:4px; border-left:#E78200 2px solid; background-color:#CEE7EF; width:180px; } #menu:hover{ font-weight:bold; font-family:Lucida Sans; font-size:12px; color:#E78200; padding-left:5px; padding-top:2px; padding-bottom:2px; margin-bottom:4px; border-left:#185584 2px solid; background-color:#CEE7EF; width:180px; }
</style>

<ul> <li id="foldheader"><a id="menu">Menu 1</a></li> <ul id="foldinglist" style="background-color:#CEE7EF;width:180px;margin:2px;padding-left:24px;display:none" style=&{head};> <li><a class="item" href="http://www.link.com/">Elemento 1</a></li> </ul> </ul>
[HTML]

Última edición por xcorpion; 08/02/2005 a las 02:20