IE Crash

Does IE always crash when previewing a custom page style in Soup? The account in question is TheBigBend. Here is the current CSS:

@import "/skins/shared.css";
.hidden, .repost, #title, #userinfo, #soup a, #headercontainer2, #footercontainer, #reload_notice /*, #admin */ {
display:none;
}

#soup {
background: transparent url("http://codebad.com/bend/desert-sunset-with-color-count-reduction.png") no-repeat
center 0px;
width: 100%;
height: 444px;
position: fixed;
top: -39px;
left: 0;
/* z-index: 100;
*/
}

body {
background: black;
color: white;
font-family: georgia;
}

#contentcontainer2 {
margin: 368px auto;
width: 765px;
}

h1, h2, h3, div.post_image div.content, div.post_video div.content {
text-align: center;
}

a {
color: #55f;
text-decoration: none;
}

a:visited {
color: #33c;
}

a:hover {
text-decoration: underline;
}
 
indifferent I’m indifferent
Inappropriate?
1 person has this question

User_default_medium