this table renders properly in all browsers except firefox 4...
collapsed inner border is not in same color as outer border.
is it me or firefox 4? others including ff 3.6 work fine.
also works if it is not strict rendering but quirks mode.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">

<head>
 <title>whatever</title>
</head>

<body>

 <table border="1" cellspacing="0" cellpadding="5"
style="border-collapse:collapse;border:1px solid #ccc;">
  <tr><td style="background:#eee;">abc</td><td>def</td></tr>
  <tr><td style="background:#eee;">abc</td><td>def</td></tr>
  <tr><td style="background:#eee;">abc</td><td>def</td></tr>
 </table>

</body>
</html>



_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to