float_labels
101 sites
No security coverage
Applies configurable, JS-enhanced floating CSS labels to Drupal forms in a similar fashion as laid out here: http://jsfiddle.net/RyanWalters/z9ymd852/
There is a settings page where you can enter the form IDs you wish this to apply to, and that's generally all that's required (beyond styling customizations for your use case).
As seen in the screenshot:
- The first two items have values typed into them. Their labels are permanent affixed to the top of the input as a result.
- The third item has no value typed into it and is not focused. It works just like a placeholder.
- The fourth item is the currently-focused item, ready for typing.
CSS3 animations are used to transition the label.
Select fields are now also supported. Rather than having a floating label, their default value is replaced with their label, and then the label hidden.