Can some on take a look at my buttons and tell me in in the simplest of ways what I need to do in order to make the roll over buttons work with my own buttons I have created .The buttons i have created have their OWN HTML from the software I used ,So how and where do I intergrate that with Actinic. www.gracefashionshop.com
I cant follow the instruction in advanced user guide below
(You can insert your own custom rollover navigation buttons into any template in the store using code of the following format...
<a href="http://url.to.link.to/" onMouseOver="SwapImage('image_name','rollover_image.gif')" onMouseOut="RestoreImage()">
<img src="normal_image.gif" alt="Some alternative text" name="image_name" border="0">
</a>
Substitute the placeholder values in there with real relevant values for you.
normal_image.gif - the normal button graphic
rollover_image.gif - the highlighted button graphic
image_name - a name for the image. Each button needs to have a unique name.)
I cant follow the instruction in advanced user guide below
(You can insert your own custom rollover navigation buttons into any template in the store using code of the following format...
<a href="http://url.to.link.to/" onMouseOver="SwapImage('image_name','rollover_image.gif')" onMouseOut="RestoreImage()">
<img src="normal_image.gif" alt="Some alternative text" name="image_name" border="0">
</a>
Substitute the placeholder values in there with real relevant values for you.
normal_image.gif - the normal button graphic
rollover_image.gif - the highlighted button graphic
image_name - a name for the image. Each button needs to have a unique name.)
Comment