Jump to content

Table overlap causing problems in FF


Fmdpa

Recommended Posts

I just had a similar issue with this a little while ago. I have some rollovers (here's the function code, if it is relevant...)

<script type="text/javascript">function rollover(id, src){  document.getElementById(id).src = src;}</script>

And a table that overlaps the rollover. Whatever rollovers are overlapped by the table don't work in FF (not even the <a href ...> property.--they just display as images.). It is the same way with divs. If the div is overlapping the rollover (but not containing the rollover) it will not work in FF. Any ideas?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...