I noticed that the error component is not correctly displayed in IE7.
The <li> is shifted to the left.

The CSS definition that comes with Tapestry 5.0.13 is

HTML>BODY DIV.t-error LI {
    margin-left: -20px;
}

this is fine for FF2 but not for IE7. IE7 requires:

HTML>BODY DIV.t-error LI {
    margin-left: 20px;
}       

Is this a known problem?

Martijn Brinkers


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to