ProgrammerKC
Programmer
I am using JavaScript to change the visibility property of HTML code inside <DIV> tags.
On a mouseover the contents of the <DIV>tags become visible and stay visible for a set period of time. This works fine in both Netscape and IE.
The contents of the <DIV> tags contain graphical links with Javascript rollovers which swap images on mouseovers and mouseouts. This works fine in IE but the images won't rollover with Netscape.
I am guessing that this isn't working because Netscape doesn't recognize the contents of the tags as part of the same document?
Here is how I am coding my <DIV> tags
<DIV ID="block2" STYLE="position:absolute; etc etc">
I am using standard JavaScript code to swap the images.
I haven't been using DHTML long enough to know how to fix this and I haven't been able to find any examples online.
On a mouseover the contents of the <DIV>tags become visible and stay visible for a set period of time. This works fine in both Netscape and IE.
The contents of the <DIV> tags contain graphical links with Javascript rollovers which swap images on mouseovers and mouseouts. This works fine in IE but the images won't rollover with Netscape.
I am guessing that this isn't working because Netscape doesn't recognize the contents of the tags as part of the same document?
Here is how I am coding my <DIV> tags
<DIV ID="block2" STYLE="position:absolute; etc etc">
I am using standard JavaScript code to swap the images.
I haven't been using DHTML long enough to know how to fix this and I haven't been able to find any examples online.