IE Crash


Recommended Posts

After some surfing around I came accross the following webpage,

http://www.student.citg.tudelft.nl/c986487...mpaukeslag.html

The webpage is build with valid xHTML and CSS but somehow it crashes Internet Explorer while loading the page.

Even if you put the sourcode into a text file and load that up in Internet Explorer, the browser still crashes.

The latest IE included in Service Pack 2 for Windows XP crashes also.

Was wondering if anyone know why it crashes?

Looks like IE still can't show websites that are properly build, especially CSS styled websites.

As replacement for IE I use Mozilla Firefox now.

Link to comment
Share on other sites

if you remove either

<div class="content">

or the <em> <em>Lorem Ipsum</em>

or the <p> surrounding the 1st paragraph it wont crash

o.O just another site made specifically to crash ie tbh =\

Link to comment
Share on other sites

It's this code that causes it to crash:

&lt;style type="text/css"&gt;
.content {background: #eee;}
.content p:first-letter {font-size: 280%;margin-top:3px;}
&lt;/style&gt;

Link to comment
Share on other sites

if you remove either

<div class="content">

or the <em>        <em>Lorem Ipsum</em>   

or the <p> surrounding the 1st paragraph  it wont crash

o.O just another site made specifically to crash ie tbh =\

NO that site isn't made just to crash IE.

It is just a educational webpage to show that proper xhtml with css usage is capable to crash IE.

If you havent noticed yet, that page is being hosted on a university in The Netherlands.

And...

Thank you gameguy.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.