
Originally Posted by
pawebb
I am trying to use a rollover image (such as the arrows) with this menu.
In the Config.js to implement a rollover I have it pointed to the following which works.
"rollover:graphics/tridown.gif:graphics/tridown.gif"
If I try to create a template I can set everything up in the template no problem. The new line would be
"rollover:../graphics/tridown.gif:../graphics/tridown.gif"
The problem occurs if the page created from the template is not in the same subdirectory level. If it is one up or below the directory of the template I recieve "x" instead of my image since the location of the graphic is not the same as specified in the HTML code. I figured the easiest way to remedy this would be to point to the actual web location of the image, such as "http://www.panthercreekhog.com/newsite/graphics/tridown.gif".
I have tried several variations to point to the file including
"rollover:http://www.panthercreekhog.com/newsite/graphics/tridown.gif:http://www.panthercreekhog.com/newsite/graphics/tridown.gif"
It seems that the Colon is making it fail. Does anyone know how to correct this?
Thanks
Paul
Bookmarks