Why not just create a CUSTOMVAR for the text you use as a prefix. Good pratcie when using rollover effects is to create 2 states of the image. I tend to use a suffix of 2 but if you were to use this idea you would have to use a prefix.
Example: exampleimage.jpg & 2_exampleimage.jpg.
Using this method would save loads of time as you wouldn't have to add the rollover image for every product under the properties tab. Instead you could simply set the CUSTOMVAR once under design>site defaults. Providing your rollover images are always the same format and the same name (wthout the prefix).
If your CUSTOMVAR was CUSTOMVAR:ROLLOVERPREFIX The html code would look something like this:
Under design>site defaults just set up CUSTOMVAR:PREFIX and set the value to "2_" if that is the prefix you want to use.
That should work,
regards
Bangers
Example: exampleimage.jpg & 2_exampleimage.jpg.
Using this method would save loads of time as you wouldn't have to add the rollover image for every product under the properties tab. Instead you could simply set the CUSTOMVAR once under design>site defaults. Providing your rollover images are always the same format and the same name (wthout the prefix).
If your CUSTOMVAR was CUSTOMVAR:ROLLOVERPREFIX The html code would look something like this:
<!-- SectionNavImage_Hover HTML begin -->
<IMG SRC="NETQUOTEVAR:IMAGEFILE"
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP
ALIGN="ABSMIDDLE" title="" onmouseover="this.src='CUSTOMVAR:ROLLOVERPREFIXNETQUOTEVAR:IMAGEFILE'"
onmouseout="this.src='NETQUOTEVAR:IMAGEFILE'">
<!-- SectionNavImage_Hover HTML end -->
<IMG SRC="NETQUOTEVAR:IMAGEFILE"
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP
ALIGN="ABSMIDDLE" title="" onmouseover="this.src='CUSTOMVAR:ROLLOVERPREFIXNETQUOTEVAR:IMAGEFILE'"
onmouseout="this.src='NETQUOTEVAR:IMAGEFILE'">
<!-- SectionNavImage_Hover HTML end -->
That should work,
regards
Bangers
Comment