PDA

View Full Version : jumping page


orange8
03-20-2006, 03:42 PM
Can someone have a look at this page and tell why it jumps in ff1.5 and not in ie6 when compared to any of the other pages on the site?

Thanks

http://www.shaftesburychristiancentre.co.uk/mission.asp

Kravvitz
03-20-2006, 08:06 PM
IE6 just greys out the vertical scrollbar by default; FF hides it.

Add this to your CSS.
html {
height: 100.1%;
}

orange8
03-21-2006, 10:54 AM
cheers dude :)