Re: CSS and IE Crashes

Sorry I didn't include some of the style in my previous question.  So 
the question is, doese the @import command cause IE to crash because if 
they use <link rel="stylesheet" href="styles.css" type="text/css" /> the 
problem seems to go away...

Here is the actual style sheet:

body {
font-family : Verdana, Arial, sans-serif ;
background : #fff ;
}
#header {
float : left ;
margin : 0;
padding : 0;
width : 100% ;
}
#header img {
margin : 50px 0 20px 100px ;
}
#content {
float : left ;
width : 425px ;
margin : 0 0 0 100px ;
padding : 10px ;
border-bottom : 1px dotted #ddd ;
}
#content h1 , h2 , h3 {
font-family : Georgia, Times New Roman, serif ;
margin : 0;
}
#content h1 {
font-size : 16px ;
padding : 0;
}
#content h2 {
font-size : 14px ;
padding : 10px 0 ;
}
#content p {
font-family : Verdana, Arial, sans-serif ;
font-size : 11px ;
line-height : 18px ;
}
#content ul {
font-family : Verdana, Arial, sans-serif ;
font-size : 11px ;
line-height : 18px ;
}
#content ul a {
text-decoration : none ;
font-weight : bold ;
}
#content ul a:hover {
color : #333 ;
}
#menu {
float : left ;
width : 178px ;
padding : 0;
margin : 0 0 0 25px ;
background-color : #ffffff ;
border-right : 1px solid #ddd ;
border-left : 1px solid #ddd ;
border-bottom : 1px solid #ddd ;
}
#menu dl {
padding : 0;
margin : 0;
}
#menu dd {
margin : 0;
padding : 5px 0 5px 15px ;
}
#menu dt {
margin : 0;
padding : 5px 0 5px 15px ;
border-bottom : 1px solid #ddd ;
border-top : 1px solid #ddd ;
}
#menu dt {
font-family : Georgia, Times New Roman, serif ;
font-size : 13px ;
color : #fff ;
background : #2f82c2 ;
}
#menu dd {
font-family : Verdana, Arial, sans-serif ;
font-size : 11px ;
line-height : 18px ;
}
a{
color : #000 ;
}
#menu dl a {
text-decoration : none ;
}
#menu dl a:hover {
color : #333 ;
}
#footer {
float : left ;
border-left : 100px none inherit ;
width : 100% ;
}
address {
font-size : 11px ;
}
.permalink {
width : 100% ;
text-align : right ;
font-size : 10px ;
font-weight : bold ;
}
#content a {
font-weight : bold ;
text-decoration : none ;
}
#content a:hover {
color : #333 ;
}
#content dl {
font-size : 11px ;
}
#content dt , dd {
margin : 15px ;
}
#content dt {
font-weight : bold ;
}
#content dd {
line-height : 18px ;
}
.demo {
border-collapse : collapse ;
border : 1px solid black ;
font-size : 12px ;
}
.demo td {
border-collapse : collapse ;
border : 1px solid black ;
font-size : 12px ;
}
.article {
margin : 20px 0 20px 10px ;
border-bottom : 1px dotted #666 ;
}
.fullwidth {
height : 400px ;
width : 380px ;
}
.halfwidth {
width : 200px ;
height : 200px ;
}
.green {
border-collapse : collapse ;
background-color : #00cc00 ;
border : 1px solid black ;
color : white ;
}
.red {
border-collapse : collapse ;
background-color : #990000 ;
border : 1px solid black ;
color : white ;
}

Thanks,
Roger

Received on Thursday, 18 December 2003 09:29:45 UTC