Background not extending in IE

Hi all,

Im currently working on this page http://www.kylehouston.com/testing/bal/ trying to incorporate some html5 and css3 etc

anyway my problem is that in ff the background of my main banner extends and positions ok but ie I just cant get it to move?

Can anyone tell me where im going wrong?

Thanks

Kyle

Hi Kyle,

It looks like your missing the exclamation mark on your doctype.

You have this: <doctype html>

You need this: <!doctype html>

It was throwing IE into quirks mode

Cheers Rayzur,

Schoolboy error!