<!DOCTYPE HTML>
<html lang="ru-RU">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
table, td, tr {
margin: 0;
padding: 0;
border:0 solid red;
outline: 0;
}
table {
border-collapse:collapse!important;
border:1px solid red;
}
td {
height:12px;
width:12px;
cursor:pointer;
}
</style>
</head>
<body>
<table>
<tr>
<td>ffff</td><td>fff2</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML>
<html lang="ru-RU">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
table, td, tr {
margin: 0;
padding: 0;
border:0 solid red;
outline: 0;
}
table {
border-collapse:collapse!important;
border:1px solid red;
}
td {
height:12px;
width:12px;
}
tr {
cursor:pointer;
}
</style>
</head>
<body>
<table>
<tr>
<td>ffff</td><td>fff2</td>
</tr>
</table>
</body>
</html>
Да, походу devote - Прав