HTML - Constant placeholder at the end of the text? -
is possible have placeholder @ end of text field, nowadays , goes end of input?
i want have input says '(click edit)'. 1 time yu click , edit it, still want '(click edit)' @ end of text, reminder still editable.
thanks
try :after pseudo selector:
html:
<div class="input_wrapper"> <input/> </div> css:
.input_wrapper:after { content:"click edit"; } html
No comments:
Post a Comment