Hi All,

I'm creating a XHTML/CSS template on a proprietary .NET CMS.
I'm now facing bugs in IE7 and IE6, so you can see different problems in
those browsers, in this moment.

The question is: in the page at the link
http://portali.ltt.it/aicod/PortaleMuseoBarezzi/antonio_barezzi/articolo.aspxthere
is a table underneath the article. The th cell in which "Nota" is
written in a sort of purple color behaves normally in every browser but
Opera 9.51.

The properties set for the th and the tr cells are in pagineinterne.css:

#content #campiaggiuntivi tr {}

#content #campiaggiuntivi th {
    width: 7em;
    padding: 5px;
    color: #3b0505;
    vertical-align: baseline;
    font-weight: bold;
    border-right: 1px solid #a9aaa6;
}

Opera 9.51 adds an extra left padding (or margin) of about 10px to the th or
the tr. Why?

-- 
~ Cristian Palmas ~
http://www.cristianpalmas.it
______________________________________________________________________
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