Well now THAT doesn't help, does it? Why would GoLive write the script that way? I do know HTML, but java is something I don't really know. I did change what you said to change, but it's still not showing the rollovers on other pcs - SO I looked at the code again and I see it has stuff like this: <a onmouseover="changeImages('escrow_nav','file:///E:/Coquicom/LTG/Website-New/images/escrow_nav-rl.jpg');return true" onmouseout="changeImages('escrow_nav','file:///E:/Coquicom/LTG/Website-New/images/escrow_nav.jpg');return true" href="#">
which looks like to me that is is looking on my machine again for the rollover images, correct? So do I change it to this? <a onmouseover="changeImages('escrow_nav','file:/images/escrow_nav-rl.jpg');return true" onmouseout="changeImages('escrow_nav','file:/images/escrow_nav.jpg');return true" href="#">
I'm not sure if I need to take the "file:" out and just have it 'images/escrow-rl.jpg' or does it need to be written as: '/images/escrow-rl.jpg' ?
I'm just not sure what the java scripting needs to find these. How starnge too that when I moved the images folder AND the index.html file all into the server folder that it is still looking for the path to these on MY machine! There has to be some way to be able to use the WYSIWYG portion of the program to get these to work w/o having to manually go into the code and change it. GoLive 5 never had these probs! The rollovers in GoLive 5 were run w/CSS - not java. Also, does Firefox have a hard time reading java cuz it's not working on my machine either using Firefox (but then maybe Firefox is 'smarter' than Explorer and it is not reading the code from my machine either like Explorer can't read the code from someone else's machine?