Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/12/2010, 15:43
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: menu sin shadow

jeje ok ok, este java lo tienes incrustado en tu html... te suena a algo la instruccion textShadow: '0px 1px 0px #ededed' y por si las dudas text = texto , shadow = sombra

Código Javascript:
Ver original
  1. <script type="text/javascript">
  2.     Cufon.replace('h1') ('h2') ('h3') ('h4') ('h5') ('h6')('.pp_content .signup-content h2') ('.boldtext-medium') ('.boldtext-strong') ('.pullquote_left') ('.pullquote_right')
  3.     ('#menu li a', {
  4.         hover: true,
  5.         textShadow: '0px 1px 0px #ededed'
  6.      })
  7.      ('.boxtitle-hosting') ('.button') ('.button2') ('.button-red')('.button-blue')('.submitcomment', {
  8.         hover: true,
  9.         textShadow: '0px 1px 0px #ededed'
  10.      })
  11.      ('.buttoncontact', {
  12.         hover: true,
  13.         textShadow: '0px 1px 0px #ededed'
  14.      })    
  15.      ('.butmore', {
  16.         hover: true,
  17.         textShadow: '0px 1px 0px #ededed'
  18.      })
  19.     ;
  20. </script>