ginader / HTML5-placeholder-polyfill

Small and robust polyfill for the HTML5 placeholder attribut.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default style for visually hidden labels not visible in IE 8

grahambates opened this issue · comments

Placeholders for visually hidden labels are not displaying in IE 8. Removing the clip property from the default label.visuallyhidden-with-placeholder style solved this for me, but I don't know if this introduces issues elsewhere.

is this for the Drupal project mentioned in issue 12 or generally?

It's not specific to that project, no. It even happens on your demo page.

IE8 fails to interpret clip:auto correctly. I have to remove the clip property as I can't overwrite it. fixed in 1.9.2