Jump to content
  • 0

IE8.RC1. {border-collapse: collapse;} Баг или фича?


cosanostra
 Share

Question

IE 8. Release Candidate 1.

Если раскомментировать /*border-collapse: collapse;*/, левая и правая границы таблицы прорисовываются красным цветом.

IE6, IE7, FF, Opera, Safari этим не грешат.

Баг ?

[size=1]<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head>
<title>1</title>
<style type="text/css">
table
{
border: hidden 0px Red;
/*border-collapse: collapse;*/
}
</style>

</head>
<body>
<div style="padding: 10px">
<table>
<tr>
<td>a11</td>
<td>a12</td>
</tr>
<tr>
<td>a21</td>
<td>a22</td>
</tr>
</table>
</div>
</body>
</html>[/size]

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy