PDA

View Full Version : Mouseover images for section images


Alex Clayton
03-Dec-2003, 12:54 PM
Dear chaps,

I am working on www.zixxi.com/acatalog and have come across a bit of a sticking point.

I had successfully used the onmouseover function from within Act_SectionNavImage.html file. I hard coded the mouseover image to always be the same.

However, the customer would like to have a specific mouseover image for each section icon. So the first icon will always be grey but the mouse over image will be unique.

I have tried passing different variables into the mouseover function but have had no joy.

Could anyone please help as I am pulling my hair out!

Click here to see my navigation (http://www.zixxi.com/acatalog/abstract.html)

Thanks,

Alex Clayton

Alex Clayton
03-Dec-2003, 02:29 PM
I have just done a work around. I put this string in the mouseover parameter:

./mouseoverimages/NETQUOTEVAR:ALTERNATETEXT.jpg

and made sure that the section name and the mouseover images were the same.

Not pretty but it works.

alex

cdicken
04-Dec-2003, 08:36 AM
I have come up with a solution for top level sections HERE (http://community.actinic.com/showthread.php?s=&threadid=4624) which you might want to take a look at.

AlexClayton
04-Dec-2003, 08:46 AM
Thanks for your help. I will give it a good look.

Alex

EdgeImpact
04-Dec-2003, 12:03 PM
Alex

I've tried Chris's solution and its worked well for me.