hi all,
I'm having a bit of trouble with my NAVITEM Rollovers.
It displays the pictures I want (pictures of white text) but the rollovers, don't work. Instead of showing a picture (gif) of the same text but in red, all that happens is a small red line appears at the bottom of the link.
I'm a bit confused, have tried some things, but I could do with some help.
This is my act_Navigation.html code,
NETQUOTEVAR:TEMPLATEBEGINXML
<A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET">NETQUOTEVAR:NAVIMAGE</A>
NETQUOTEVAR:TEMPLATEENDXML
and this is my mouseover code...
onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"
Any help or ideas are greatly appreciated
Dave
I'm having a bit of trouble with my NAVITEM Rollovers.
It displays the pictures I want (pictures of white text) but the rollovers, don't work. Instead of showing a picture (gif) of the same text but in red, all that happens is a small red line appears at the bottom of the link.
I'm a bit confused, have tried some things, but I could do with some help.
This is my act_Navigation.html code,
NETQUOTEVAR:TEMPLATEBEGINXML
<A HREF="NETQUOTEVAR:NAVLINK" TARGET="NETQUOTEVAR:NAVTARGET">NETQUOTEVAR:NAVIMAGE</A>
NETQUOTEVAR:TEMPLATEENDXML
and this is my mouseover code...
onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"
Any help or ideas are greatly appreciated
Dave
Comment