Page 1 of 1

css on IE

PostPosted: Mon Oct 25, 2004 9:05 pm
by Mr. Rogers
for some reasons, my style sheet will work fine with opera and firefox/mozilla, but it will not work right on internet explorer.

my site: http://www.daretobereal.net
my style sheet: http://www.daretobereal.net/test/style.css

PostPosted: Mon Oct 25, 2004 9:58 pm
by EvilSporkofDoom
What kind of attributes in your style sheet are you using?

PostPosted: Tue Oct 26, 2004 12:43 am
by shooraijin
CSS in IE is b0rk3n ... there are a large number of discrepancies in its support, particularly with the newer properties. Naturally, Microsoft seems not to have any particular urgency w/r/t fixing it.

PostPosted: Wed Oct 27, 2004 2:53 pm
by Debitt
The only thing I can pinpoint would be as follows: (changes in red)

<STYLE TYPE='text/css'><!--

body {
background-color: white; (#FFFFFF?)
font-family: verdana, times new roman, times;
font-size: 10pt;
text-align: center;
}

p {
font-family: verdana, times new roman, times;
font-size: 10pt;
text-align: center;
}

h3 {
font-family: verdana, times new roman, times;
text-align: center;
}

table {
font-family: verdana, times new roman, times;
font-size: 12;
}

small {
font-family: verdana, times new roman, times;
font-size: 8pt;
font-style: italic;
}

ul {
font-family: verdana, times new roman, times;
text-align: center;
}--></style>


Yeah. Very minor descripincies, but I find when I have my stylesheets like that they tend to work in both IE and Mozilla/Opera for the most part.