Please help! I have created a menu using javascript rollovers using SERIF DRAWPLUS 7. When exporting, it includes many files, such as : image.html, image_00.gif, image_00_d.gif, shim.gif, ect. I cant get it to work! I have downloaded all the files and copied and pasted the code using the TEXT EDITOR, but I just end up with the 'blank red x box'. Do I need to modify the html code to make it work?
If you want the problem debugged you need to give us a link to the page with the problem.
There are three reasons for the symptoms that you have described.
1. You haven't uploaded the image files
2. You uploaded them to a location other than the one expected in the code.
3. The code is pointing to a location on the PC on which it was written.
Thanx to everyone for their input. I found that I only needed to enter the code at the correct location. For others trying to enter Java for the first time, here is how I did it :
Java has 2 elements - the image and HTML. Use the Visual Editor to locate the area where you want to add your roll over image. At that area, add a marker ( I use xxxxx ). Now go to the Text Editor and find your marker. Backspace your marker and use Copy/Paste to enter the HTML code at that location. Make sure you have the image downloaded in the folder you are working in ( if you are working in a folder ).