ASAAKI
01-24-2003, 12:14 PM
I'm an absolute dunce at compatibility issues.
Here's a part of my code. It works in IE6 but not IE5. I tried using regular <a href> links with a javascript (a href="javascript:.....), but no good. or maybe i couldn't do it right.
this is the code:
<span style="cursor:hand" onclick="document.getElementById('rules').style.visibility='visible';">
Game Rules</span>
Any ideas?
Here's a part of my code. It works in IE6 but not IE5. I tried using regular <a href> links with a javascript (a href="javascript:.....), but no good. or maybe i couldn't do it right.
this is the code:
<span style="cursor:hand" onclick="document.getElementById('rules').style.visibility='visible';">
Game Rules</span>
Any ideas?