I am currently working on creating a background for OP.gif
. The goal is to have a transparent white color covering the entire web page, and to have the input[type='text'] below that coverage also in transparent white color. This way, the end-user will not be able to click on the input field.
<input type="text" />
<span style="position:fixed;left:40%;top:40%;"><img src="OP.gif" />Welcome</span>
Any suggestions on how to address this issue?