html - Placeholder asterisk not showing in FF 33.1 -


i found snippet of code:

<input type="text" placeholder="e-mail" class="email"/>  ::-webkit-input-placeholder:after {    content: '*'; }  :-moz-placeholder:after { /* firefox 18- */    content: '*';  }  ::-moz-placeholder:after {  /* firefox 19+ */    content: '*'; }  :-ms-input-placeholder:after {      content: '*'; } 

although says ff 19+, when tested on ff 33.1 (my current version) asterisk not displayed.

i validating form , need have asterisk in required inputs.

thanks


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -