> [mailto:[EMAIL PROTECTED] On Behalf Of Jason Das > Subject: [css-d] Safari form input height > > I'm having a problem with the search box at the top of this page: > > http://dev.alp1.deasil.com/ > > It renders just fine in FF, IE, and Safari 3 (and the nightly build > of Webkit) but is wrong in Safari 2. > > In Safari 2, the input #topnavsearchq is too tall, and breaks > through > the bottom boundary of the nav bar. Safari 2 seems to ignore > height , > min-height, and max-height. I can set the font-size to make the > boundaries correct, but that throws it off for all the other > browsers, not to mention making the text tiny.
Safari 2 doesn't really support much in the way of styling for form elements. Note that (contrary to some people's beliefs) it is acting entirely in accordance with the spec in this: "CSS 2.1 does not define which properties apply to form controls and frames, or how CSS can be used to style them. User agents may apply CSS properties to these elements. Authors are recommended to treat such support as experimental." <http://www.w3.org/TR/CSS21/conform.html#conformance> Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
