Removing input placeholder on a printable version of an html page

前端 未结 2 1031
萌比男神i
萌比男神i 2020-12-17 16:06

I have a form with input fields. Each input field has a placeholder attribute. There is also a link displaying the printable version of the same form.

My problem is

2条回答
  •  遥遥无期
    2020-12-17 16:48

    or you can move it outside the visible area of the parent element by text-indent or some other overflowy hack

提交回复
热议问题