On Thu, May 28, 2009 at 7:29 PM, speedunk <[email protected]> wrote: > > So I believe I've found a cross-browser solution for aligning form > elements... and I'm looking forward to everyone's response.
I've pushed your work into Blueprint and updated the version to 0.9. You can view the final test page here: http://blueprintcss.org/tests/parts/forms.html I've only tested FF3, Safari3 and IE6 so far. Some more testing would be appreciated. USAGE NOTES FOR VERSION 0.9: Make sure your conditional comments always say [if lt IE 8] If you have a form where you want to display a bunch of elements inline, possibly using the grid for spacing, use: <form class="inline"> Also, I added attribute selectors to the form code so if you don't care about IE 6 compatibility, you can save yourself a couple classes on forms. -- -- Christian Montoya mappdev.com :: 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 -~----------~----~----~----~------~----~------~--~---
