PDA

View Full Version : NAVITEM rollovers


DaveW
27-Oct-2003, 09:56 AM
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

TraceyG
27-Oct-2003, 01:57 PM
Hi Dave,

It looks like something is missing from the template. Try replacing the Act_NavigationItem.html file from the original theme directory ('c:/program files/actinic ecommerce v6/formats/themes/'). Find out which theme your site is based on by clicking on the 'Design' menu and selecting 'Themes'.

If you can't find the file in the specific theme directory then note that all 'Specific Designs' and 'Clean Layout' themes are based on 'BusinessCSS' and 'Specific Designs (Non CSS)' are based on 'Business'. So you should find the file in either of these directories.

DaveW
27-Oct-2003, 02:44 PM
Thanks Tracey,

All solved.

Dave

:)