Announcement

Collapse
No announcement yet.

NAVITEM rollovers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NAVITEM rollovers

    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

    #2
    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.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Thanks Tracey,

      All solved.

      Dave

      Comment

      Working...
      X