Overlapping Columns

Discussion in 'HTML & Website Design' started by Duality, Jul 10, 2006.

  1. #1
    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
     
    Duality, Jul 10, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    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.
     
    ccoonen, Jul 11, 2006 IP