why does this webpage render differently in IE and Mozilla? [Settle a dispute.]

NuclearFusi0n

Diamond Member
Jul 2, 2001
7,028
0
0
A buddy of mine claims Mozilla is inferior to IE because it won't render this page with red lines, like IE. I tell him that the page isn't standards compliant.

Which one of us is correct?
 

dawks

Diamond Member
Oct 9, 1999
5,071
2
81
IE takes a more fancy way showing table borders. As far as being 'compliant', both browsers are showing the same thing, Netscape just puts shading on their table borders, 'the older way'.
 

stspad

Member
Feb 27, 2003
91
0
0
i see red lines in mozilla, looks the same in opera...dont have IE to test out though
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
You're probably both right. I haven't bothered to look at the code, but likely the code is NOT standards compliant, making you correct, but IE does render it as intended, making it superior in this situation.

Either way the page is ugly with or without the red lines. (BTW, the page sucks. It doesn't render even close to the same in the three browsers I tested)
 

Yomicron

Golden Member
Mar 5, 2002
1,735
1
81
Only 36 Errors (no Doctype was specified, so I forced it to HTML 4.01 Transitional)

one of which is
Line 28, column 42: there is no attribute "BORDERCOLOR" (explain...).

<table width=100% border=1 bordercolor="#CF3312" cellpadding=1 cellspacing=0>