Hi, The games site in my sig works in I.E 6 but not in Fire Fox. The main content and left side bar is pushed down in FF. What is a simple solution to fix this? Note - I did write the crap CSS !
Follow this steps... 1). Go to main.css Replace .container{background:#ffffff;margin-left: auto; margin-right: auto;width:1000px;display:table; /* FireFox hack */text-align:left; } with .container {background: #ffffff; margin-left: auto;margin-right: auto; width:1000px;text-align:left;float:left;} 2). Replace .footerbg{background:url('images/blue.jpg');width:100%;height:40px;} with .footerbg{background:url('images/blue.jpg');width:100%;height:40px; clear:both;} Works for me... Regards, Ronak Bhagdev
well f*ck me sideways... It works. i have been trying to fix that for a few days ! What did you do ? Tool ? Thanks, rep your way+