Check out Makruk (Thai Chess), our featured variant for March, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

About Game Courier. Web-based system for playing many different variants by email or in real-time.[All Comments] [Add Comment or Rating]
🕸💡📝Fergus Duniho wrote on Tue, Feb 19, 2013 09:42 PM EST:
I got the BUTTON tags to work for links in Internet Explorer by adding an onClick element to each one with some JavaScript for redirecting the page. Although this has the disadvantage of requiring JavaScript, Game Courier already works best with JavaScript enabled, Internet Explorer normally has it enabled, and I couldn't even find out how to disable it in Internet Explorer. I also added a huge message that appears when JavaScript is disabled, explaining why JavaScript should be enabled.

The CSS wasn't working with some pages, because the form was in a stray P element, and IE is stricter in how it interprets nesting elements. I fixed this by removing or closing the stray P element.