Please help...
My menu script was working fine but now, because I am using the menu as part of a template, it is necessary for me to use the full path to for the images in my menu to show up. However, when I use the fullpath - only one of the images displays.
What I had originally that worked fine:
What I changed it because I needed to show the full path - BUT it only displays one of the two rollover images:Code:Menu1=new Array("rollover:images/home2.gif:images/home1.gif","index.htm","",0,28,55);
How do I get both images to show up?Code:Menu1=new Array("rollover:http://www.mysite.com/images/home2.gif:http://www.mysite.com/images/home1.gif","index.htm","",0,28,55);
![]()



Reply With Quote

Bookmarks