/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] Page hanging in IE6 (not loading)

Hey guys. This page: [url]http://cinematiccorp.com/blastout.html[/url] loads in every browser except IE6. I am testing it on Windows XP using IE6 and it loads the header and then just hangs and freezes up. I also tested it in IE6 with browsershots and the same thing happens. The page loads fine in firefox, IE7 etc. Not sure what is going on. Any help would be appreciated.

Thanks.

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@slaughtersOct 23.2009 — The page does not have a DOCTYPE so it is rendering in Quirks mode. IE6 was always especially flaky in Quirks mode.

Quick Definition:

[I]Quirks mode is the solution that browser manufacturers came up with to deal with standards and incompatibility that some (usually older) browsers have with them. Quirks mode allowed the Web browser to display a page that was written for an older version with all the quirks and strangenesses built in.[/I]

Try adding a DOCTYPE to the top of the page to force IE to use transitional (or strict)[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/CODE]

May not solve the problem, but it will make it easier to track down.
Copy linkTweet thisAlerts:
@CaptainkewlauthorOct 23.2009 — Thanks for the reply, but I do have the strict doctype on this page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
[/QUOTE]
Copy linkTweet thisAlerts:
@CaptainkewlauthorOct 26.2009 — Any other ideas guys? This one has me completely stumped ?
Copy linkTweet thisAlerts:
@kiwibritOct 27.2009 — As an aid to debugging, try removing
<i>
</i>&lt;FORM&gt;&lt;a href="javascript:history.back()"&gt;&lt;img src="images/back.png" alt="back" /&gt;&lt;/a&gt;&lt;/FORM&gt;


from

<i>
</i> &lt;div id="backbutton2"&gt;&lt;FORM&gt;&lt;a href="javascript:history.back()"&gt;&lt;img src="images/back.png" alt="back" /&gt;&lt;/a&gt;&lt;/FORM&gt;&lt;/div&gt;


As a side comments, FORM should be in lower case, since you are using xhtml.
Copy linkTweet thisAlerts:
@CaptainkewlauthorOct 27.2009 — Thanks for the reply, but removing that from the HTML did not help. I don't understand why this is happening on this page only in IE6. Makes no sense to me ?
Copy linkTweet thisAlerts:
@CaptainkewlauthorOct 27.2009 — I finally figured it out. The "supersleight" transparency fix script for IE6 was causing the issue. I removed the supersleight script from the IE6 conditional comment and the page loaded fine. The only thing I don't get, is why it works fine for all the other pages when using IE6 (just had an issue running on that one particular page).
×

Success!

Help @Captainkewl spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...