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;
}
@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;
}
1 person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I'm not aware of any crashes with custom styles in IE7, but to be honest haven't tested that extensively. I'll have a look when I get back to a Windows machine.
Loading Profile...



EMPLOYEE