my layout breaks in IE7 and javascript page reloads make the screen blink

Posted by chibineku on Stack Overflow See other posts from Stack Overflow or by chibineku
Published on 2009-10-06T00:26:18Z Indexed on 2010/05/25 11:01 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

My layout breaks if I change the window size in IE7/AOL, so I added a simple javascript function that fires on window.onresize, but no matter how I change the location I get problems.

It was suggested I post a link and here it is:

link text

I already use PHP to detect browser and include an IE7-only inline stylesheet (and for mobile browsers), and my page looks nearly identical to the way it does in FF, Opera, Chrome, Safari and IE8, but when I change the window size, some things go wonky, and come back into line if you refresh. Any advice is welcome :)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about refresh