|
Wow... just... I can't get my head around it. Your CSS and JS is all over the place.
For a starters, try to get rid of all these position:absolute and margin: 5billion px. You should be able to fix most of your issues by using align:center and float:left etc.
Second, get yourself firebug for firefox, and start looking at the code you are producing.
I tried to write down all the changes you need to make, but I ran out of time.
|