Previous Message
Next Message

<col> in Mozilla

Sent by Miroslav Šulc on 1 December 2003 18:06


Hi,
I would like to ask about this Mozilla issue.
My code follows

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0
Strict//EN''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='cs' lang='cs'>
<head>
<style type="text/css">
#tab{
	border:1px solid black;
	border-collpase:collapse;
	width:100%;
}

#tab col.number{
	text-align:right;
	width:10em;
}

</style>
</head>
<body>
<table id="tab">
<col /><col class="number" />
<tbody>
	<tr><td>text text text text</td><td>1.21</td></tr>
	<tr><td>text text text text</td><td>1.21</td></tr>
	<tr><td>text text text text</td><td>1.21</td></tr>
	<tr><td>text text text text</td><td>1.21</td></tr>
	<tr><td>text text text text</td><td>1.21</td></tr>
	<tr><td>text text text text</td><td>1.21</td></tr>
</tbody>
</table>
</body>
</html>

But what happens. The rule 'text-align:right' in second <col> seems to have no effect in Mozilla.
In IE,Opera it is OK. Could somebody help me?

Thanks Mira
____________________________________________________________
PC DEXX za 16.990 s DPH! Athlon XP 2200+, CDRW, 80G, 17" monitor. Poslední
levný nákup pøed Vánoci!
http://ad2.seznam.cz/redir.cgi?instance=65991%26url=http://www.dexx.cz/frame_Narsil_16a.htm
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: