html - Internet Explorer hangs on a XHTML 1.0 Strict validated web page -



html - Internet Explorer hangs on a XHTML 1.0 Strict validated web page -

i've developed web page displays huge tag cloud , works pretty smooth in chrome, firefox, safari , opera.

internet explorer not seem digest page , horribly hangs. notes:

the page xhtml 1.0 strict validated disabling javascripts not solve problem tested on net explorer 8.0.6001.18702

should css incompatibility? have hints solve problem?

update: next recommendations of answerers have updated code: - removed padding-left on .counter class - removed tag_info class

you can test here.

the problem seems persist question is still open.

it's css issue. more specifically, padding-left on .counter class of screen.css.

perhaps internal reflowing of elements causing infinite loop in ie, design wrapping elements quite bit.

html css internet-explorer

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -