I am trying to create a function where a button calls the ID image. However, I want the background div image to be unclickable and for the image to appear in front of all other divs when the page is loading. What CSS style should I add to achieve this?
<span id="divImage" style="display:none;" >
<img src="Image/Icon/loading.gif" />
</span>