On Mon, Sep 1, 2008 at 2:14 PM, Chris Eppstein <[EMAIL PROTECTED]> wrote: > >> input[type=text],input[type=password] > > These selectors will fail on some browsers. According to > http://www.quirksmode.org/css/contents.html#t13 > IE6 and earlier. > > Chris
Let me just chime in and say that any form "resetting" or "styling" should go in a plugin, because browsers like Safari don't respect much CSS related to forms, while browsers like Firefox can end up with "destroyed" form controls when any "resetting" is applied. For example, resetting the margin & padding on inputs in Firefox will cause it to render flat, border-less buttons for input type="submit". Therefore, form styling should be considered "dangerous ground" and left to a plugin, where developers can opt-in to those headaches :) -- -- Christian Montoya christianmontoya.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
