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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -