Hi,

I have a form like following, when the error is displayed, it is in the
correct position in all the browsers except IE7, the error was shifted to
the left, you can see it from the attached link, I trace the default.css, it
seems this is the problem:

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

any idea how to fix this? thanks.


.tml

< t:form t:id="myform">
        < label for="name">Enter Name:</label>
        < input t:type="textfield" t:id="name"/><br/>
        < input t:type="submit" t:id="submit" value="Post"/><br/>
        < t:errors />   
< /t:form>

error screen:

http://catalina.ph/css_err.jpg Click here to see 
-- 
View this message in context: 
http://www.nabble.com/T5%3A-default.css-and-IE7-problem-tp17077497p17077497.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to