select dropdown control floating labels
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
select dropdown control floating labels
Using a select dropdown control, no matter what font size I use with floating labels it seems to cut off the lower case letters like a "y". Even if I increase the size of the box or remove the padding. Anything I am missing?
Re: select dropdown control floating labels
I do see what you are saying. For some reason it is adding bottom padding in the select box which is causing this. The padding for the select box only adds to this. There seems to be some default padding added.
You can right click on the Select box --> Object HTML --> Custom CSS and add:
You can right click on the Select box --> Object HTML --> Custom CSS and add:
Code: Select all
padding-bottom:0;
Re: select dropdown control floating labels
Great that fixed it. Thanks I appreciate the help