se aumenti i px noterai che nn sono uguali....

<html>
<head>
<title>Untitled</title>
<style>
#uno {
border:7px dotted black;}
#due {
border:7px dashed black;}
</style>
</head>

<body>
<table id="prova">
<tr>
<td id="uno">dotted</td>
<td id="due">dashed</td>
</tr>
</table>
</body>
</html>