IxxI
06-03-2003, 03:02 AM
I have some divs with images in them, which I want to make links. So around them I shove my tags. But when I move my mouseover them although the lik displays in the status bar, my mouse cursor does not change and when I click on it nothing happens. If I right-click and say open in new window the link comes up - what's going on??
This is a sample of the code I'm using:
<script>
document.write('<a href='+parent.sub1big+'><div id="subbig1" class="biglink"');
document.write(parent.lnk1big);
</script>
</div></a>
where parent.lnk1big and parent.sub1big are variables called in the frameset page...
IxxI
This is a sample of the code I'm using:
<script>
document.write('<a href='+parent.sub1big+'><div id="subbig1" class="biglink"');
document.write(parent.lnk1big);
</script>
</div></a>
where parent.lnk1big and parent.sub1big are variables called in the frameset page...
IxxI