Click to See Complete Forum and Search --> : Problem editing mouseover graphic


sbadger
07-17-2005, 06:55 PM
Can someone please help? I used a template to make my site at

www.fyi-resources.com/act/index.html

My problem is that I can't figure out how to edit the files that pop up on the nav bar with a mouseover. Example of a mouseover file is

www.fyi-resources.com/act/images/company-over.gif

I use Photoshop and am trying to edit the above gif to read "services" instead of "company", but when I try to use the Photoshop text tool a pinkish hue falls over the whole graphic. And there doesn't appear to be any layers.

What am I not getting here? I'm grateful for any help I can get here.

Scott

buntine
07-17-2005, 07:39 PM
Note, this is the Java forum. Java is not JavaScript or a graphic-related package.

To change the files that appear, you need to delve into your HTML. You will see the ONMOUSEOVER and ONMOUSEOUT events are calling a JavaScript function called changeimages. You need to modify the second parameter, which is a file name.

The GIF filetype does not support layers. So, text cannot be directly edited on a GIF via photoshop.

Regards.