Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no width:200px; on mozila?

Status
Not open for further replies.

theocraticmind

Programmer
Apr 19, 2002
318
CA
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>&nbsp;&nbsp;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>&nbsp;&nbsp;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>&nbsp;&nbsp;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.
 
lol, thanks. You know, for the amount of time I've spent looking at this code, you think I would have noticed that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top