On Sep 17, 2008, at 3:31 PM, Cristian Palmas wrote:

> http://portali.ltt.it/aicod/PortaleMuseoBarezzi/antonio_barezzi/articolo.aspxt

> The th cell in which "Nota" is
> written in a sort of purple color behaves normally in every browser  
> but
> Opera 9.51.
>
> Opera 9.51 adds an extra left padding (or margin) of about 10px to  
> the th or
> the tr. Why?

Adding
th {text-align:left;}
would fix this.

Apparently, Opera 9.5, 9.6b (and older ones ?) fail to inherit the  
{text-align:left}  declared on a rule  in one of the parent divs  
(#container), as it should [1].
What you see is the default centre-alignment for the content of a th.

[1] text-align inherits
<http://www.w3.org/TR/CSS21/text.html#propdef-text-align>

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to