ginader / HTML5-placeholder-polyfill

Small and robust polyfill for the HTML5 placeholder attribut.
GNU General Public License v2.0
223 stars 85 forks source link

Fix placeholder vertical positioning when text input element height changes #70

Open mmajis opened 9 years ago

mmajis commented 9 years ago

This fixes a positioning issue with responsive layouts which change the height of single line text input boxes dynamically based on window size.

Placeholder span is now positioned vertically in the middle of the input box based on outerHeights instead of basing the positioning on the input box top padding.

Resize event wasn't firing on the document object, so bound the handler to window instead.

9090899 commented 7 years ago

how to fix text in textbox as it is in gmail sign up page ...in the textbox @gmail.com in right side how ???

9090899 commented 7 years ago

Can u tell me????????????