I am trying to create a drop-down effect same as that shown in GMail. When u click a label a drop-down should open and the user should be able to select values.
I think it can be possible by aligning a label / div over the select such that only the allow of the select is visible and when a user clicks on the label or arrow the drop-down should open. Also the label value should not be visible in the drop-down.
Any help via css or JavaScript?