http://www.flashgamevault.com/index.php working on this new site and I'm getting a horizontal scrollbar on both ff3 and msie7 any ideas are greatly appreciated
I fixed it by making the container DIV 960 wide and everything inside only 950. Any idea as to why this is happening?
the container should be 950 px width max and evertything shouldbe be less the 950. that should fix all the problems as I mentioned b4. good luck
Padding is calculated with the width value, so if you enter padding:20px and a width of 950px, then you're adding 20 pixels of padding on both sides, this creating a 990px divider rather than 950px.