Click to See Complete Forum and Search --> : [RESOLVED] Strange ie6 Behavior - Crash


joseph_liu
03-25-2008, 10:53 AM
Hey guys....need your help....

I have tried this on 2 PCs with the same result.

if you go to http://blog.floodlightdesign.com with ie6 and you scroll all the way to the bottom the browser completely locks up and you have to force quit.

I don't get it. I am assuming there is something strange happening with the footer float?? I honestly have no idea what is going on.

Any thoughts would be great appreciated!

Thanks so much!
Joe

aj_nsc
03-25-2008, 10:58 AM
cool. i have no idea whats up but at least i can confirm it for you.

joseph_liu
03-25-2008, 02:44 PM
Any ideas on what could cause this?

This is a skinned wordpress install that shouldn't be any different than any of the other blogs I've done....that's why I think it has something to do with the CSS.

Every seen this before??

Thanks!

WebJoel
03-25-2008, 03:03 PM
Not crashworthy for IE7 or Firefox, but noted 60 validational warnings:
<img src="http://blog.floodlightdesign.com/wp-content/themes/floodlight_theme/images/header.jpg" width="881px" height="113" alt="Floodlight Design - Words from the Source" /> "px" is CSS

width="881" is valid HTML
width="881px" is invalid, and throws a warning on validation

style="width:881px;" is valid (inline)CSS

Fang
03-25-2008, 03:19 PM
Remove the relative positioning here* {padding: 0; margin: 0; border: 0; position: relative;}

joseph_liu
03-25-2008, 06:26 PM
Fang that worked....thanks so much....not even sure why I had that in there.