Closed Bug 44867 Opened 24 years ago Closed 24 years ago

Browser doesn't use CSS

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 35522

People

(Reporter: mikenjax, Assigned: pierre)

References

()

Details

Here is the HTML that is improperly displayed
<html>
<head>
<style>
BODY { background:"images/stripe.gif"; bgcolor:"#ffffff"; link:"#34329C"; 
vlink:"#34329C"; alink:"#BA9A36"; }

P.NORMAL { font-family:"Arial"; font-size:"12pt"; margin-left:2px; 
margin-right:2px; margin-top:0px; margin-bottom:0px; text-indent:10px; 
color:black; }

TABLE.MAINCONTAINER { cellspacing:0px; cellpadding:0px; border:0px; width:400px; 
}

TD { valign:"top"; } 
</style>
<title>welcome</title>
</head>
<body background="images/stripe.gif">
<table class="maincontainer" height="100%">
<tr>
<td>
<p class="normal"><b>
This text doesn't appear as it should.  No indent, wrong font, wrong color, 
wrong everything.  No background image, either.
</b></p>
</td>
</tr>
</table>  
</body>
</html> 
Maybe there is a picky little problem in the code, but IE gets it right.
Mozilla displays it all in the default font and colors, and the table at 100% 
width
The spec says that CLASSes and IDs are case-sensitive (see
http://www.w3.org/TR/html4/struct/global.html#adef-id). IE doesn't obey the spec.


*** This bug has been marked as a duplicate of 35522 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
verifying
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.