[css-d] Epileptic DIV jumping in IE on initial page load (disappears after resize)

2009-03-15 Thread Ramon Felciano
Hi all --

I'm trying to track down the source of an annoying CSS jumping problem
that happens when loading http://www.emmacarlson.com/emmablog/ in IE.
During page load, the left-hand nav jumps back and forth between the
left size and center of the page, and often ends up stuck in the
middle after the loading completes. What is strange is that the
problem seems to go away if you let the page load and then resize it.

This is a fluild layout (not centered) so I don't believe it is the
page shift / scrollbar problem. The problem doesn't happen in FF (or
Safari), so I can't use my beloved Firebug to track it down. Any
suggestions on how to resolve this, or at least debug it more
effectively?

Thanks in advance!

Ramon
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Epileptic DIV jumping in IE on initial page load (disappears after resize)

2009-03-15 Thread Bill Brown
Ramon Felciano wrote:
 Hi all --
 
 I'm trying to track down the source of an annoying CSS jumping problem
 that happens when loading http://www.emmacarlson.com/emmablog/ in IE.
 During page load, the left-hand nav jumps back and forth between the
 left size and center of the page, and often ends up stuck in the
 middle after the loading completes. What is strange is that the
 problem seems to go away if you let the page load and then resize it.

This might help:
#content-inner{zoom:1}
...ensures the content-inner container 'hasLayout'.

-- 
!--
  ! Bill Brown macnim...@gmail.com
  ! Web Developologist, WebDevelopedia.com
--
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/