Made a small Javascript game, when the player looses it will populate a table which is set to display: none; with the scores and then using the code below show the table...
document.getElementById('scoresTable').style.display = 'table';
This works fine for me in Opera, Google Chrome and Safari .. but not Firefox or IE.
Any suggestions for this would be greatly appreciated.

New Topic/Question
Reply



MultiQuote






|