My arcade website, www.zigarcade.com has recently been redesigned by myself in XHTML and CSS. I realized though that when I play a game, it will overlap the right column. Is there a way where I can move the whole right column to the left only when the player is in a game
In the header of your html, do a check for the folder their in. If their in the folder /games/ set your body class to "fullWidth". Then in your Stylesheets create a class with .fullWidth .rightColumnName { float:left; } - Something of that nature, you just need a hook so your stylesheets can take a hint when to shift the right column to the left... and that is done with a server-side programming language.