Ok I've figured out what the problem is on the home page.
Its because I have the div positioned as absolute.
If i remove this it works, but I need this because I'm fading divs in and out on top of each other, and if I remove the position absolute the fading is not smooth.