> I'm sory for the formatting. You can see my all source with css, html > and js here http://jsfiddle.net/qU3Xg/3/ many thanks for your > interests.
Hmm, that Fiddle has errors more serious than you describe, particularly because you are adding domready events within domready. I think you meant something more like this: http://jsfiddle.net/qU3Xg/6/ But it still doesn't break on "Object does not support this property...." Please show it breaking in the way you originally posted, then I can tell you why that's happening. Also, one thing I can tell you straight away is that `float` is a reserved word in ES. Don't use it. -- S.
