Astronaut
Astronaut

Reputation: 7051

How to put labels on top of input elements in jquery mobile

Is there a simple "Correct" way to move labels from the side to the top of an input element? if I disable for in lable it goes to the top but that seems like a cheat.

boxes

Upvotes: 1

Views: 945

Answers (1)

topek
topek

Reputation: 18979

If your label is not in a .ui-field-contain then it is styled as block otherwise as inline-block.

Upvotes: 4

Related Questions