Re: Applet loads but is hidden in Firefox

Originally Posted by
misson
Flyingt already changed the positioning, so the display problem is gone. What happens if you change the positioning of the sidebar div (body > :nth-child(2)) to "absolute" using Firebug?
Ooh, I didn't realise he already fixed it x)
Adding
Code:
body :nth-child(2) {
position: absolute;
}
Moved a couple of elements, causing a few graphical glitches to appear in the game area, but the applet remains visible at all times.
Real programmers don't document their code - if it was hard to write, it should be hard to understand.