Forum Moderators: open
the paths are correct but when i rollover the image the image doesn't show up...just comes up blank with an X.
i believe it's the call to rolloever in the javascript. here it is...
function
di20(id, newSrc) {
var theImage = FWFindImage(document, id, 0);
if (theImage) {
theImage.src = newSrc;
what am i missing in this?
thanks.
drew