Hi All,
I've just upgraded from v4 to v5.1.6, everything went fine except the rollover images don't want to work. The error seems to be that 'it' can't find the roll-overs, however, they are in the correct folder (inc. preveiw html) and the image paths appear to be correct, so they should be found no problem.
the 'act_mouseover' is as follows;
onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"
is the code correct?
Or should I ditch the NETQUOTEVAR:HEADERGUIDE and replace it with
either individual NETQUOTEVAR:NAVBSEARCH , NETQUOTEVAR:NAVBCHECKOUT , NETQUOTEVAR:NAVBCART etc.....
Or... just hard code the buttons and rollovers in?
waddayareckon? :-)
I've just upgraded from v4 to v5.1.6, everything went fine except the rollover images don't want to work. The error seems to be that 'it' can't find the roll-overs, however, they are in the correct folder (inc. preveiw html) and the image paths appear to be correct, so they should be found no problem.
the 'act_mouseover' is as follows;
onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"
is the code correct?
Or should I ditch the NETQUOTEVAR:HEADERGUIDE and replace it with
either individual NETQUOTEVAR:NAVBSEARCH , NETQUOTEVAR:NAVBCHECKOUT , NETQUOTEVAR:NAVBCART etc.....
Or... just hard code the buttons and rollovers in?
waddayareckon? :-)
Comment