> Jonathan Berry wrote:
> > http://www.haroldstevens.com/redesign/contact.html
> 
> Trying to access your page with text zoom maximized freezes IE here. 
> With zoom set to middle the page loads and shows the problem you 
> described. Changing the zoom by one step, reloading the page 
> and changin 
> again freezes it here too.
> 
> If it freezes at your side too with this manipulations, you 
> should try 
> to minimize your page, drop all that js stuff, remove all 
> html comments. 
> Then remove the elements step by step to encircle the problem.
> 
> Such a freeze/loop is often caused in IE by tight float 
> settings which 
> tend to cause duplicated chars.
> 
> Ingo

+1 on Ingo's observations. I get the same freezing effect when changing the
zoom levels in IE. As the page draws the header in, I'd look at the comments
right before, and then the code pertaining to the main table you're using
for layout (and the div enclosing it), followed by the code for that
lefthand nav.

I encountered a similar bug on my site which Ingo was thankfully able to
isolate after much teeth gnashing. In my case it turned out to be the
duplicate characters bug trying to apply itself to an empty div, causing
some sort of infinite loop.

That may not apply in your case, but I'd pay attention to those comments I
mentioned above as a possible first step.

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to