Frank,

Thanks for the code snippet. However, I'm having a bit of trouble mapping your jscript to
the CSS that currently creates the rollover/hover effect:


a.glink:hover { background-image: url("../images/glblnav_selected.gif"); }


I've tried several permutations for the anchor that has the effect

  <a ... onmouseover="this.style.backgroundImage = img1">

  <a ... onmouseover="this.style.backgroundImage.src = img1.src">


and on and on and none work -- no js exceptions are triggered, but there's no effect.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to