theocraticmind
Programmer
Ok, this is my code (xhtml dtd)
<div style='width:100px;font-weight:bold;'>whitch one?</div>
<table class='normal'>
<tr>
<td style='border-bottom:1px dotted #000;'>first one</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
<tr>
<td style='border-bottom:1px dotted #000;'>second opt</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
<tr>
<td>No Data</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
</table>
In IE5 (Can't have both, so I keep 5 for testing) I get 3 orange bars, 300px wide, in moz/NS, we get 3 lines (borders containing nothing)
Any ideas?
ps. If your wondering, yes, this is for a poll/graph, generated in asp.
<div style='width:100px;font-weight:bold;'>whitch one?</div>
<table class='normal'>
<tr>
<td style='border-bottom:1px dotted #000;'>first one</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
<tr>
<td style='border-bottom:1px dotted #000;'>second opt</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
<tr>
<td>No Data</td>
<td><span style='width:200px;hieght:10px;background:#f60;border:1px solid #000;margin-bottom:2px;'></span> 33.33%</td>
</tr>
</table>
In IE5 (Can't have both, so I keep 5 for testing) I get 3 orange bars, 300px wide, in moz/NS, we get 3 lines (borders containing nothing)
Any ideas?
ps. If your wondering, yes, this is for a poll/graph, generated in asp.