Jump to content

[SOLVED] Problem with overlay


ccrevcypsys

Recommended Posts

im trying to get it to when somone hits submit it overlays a div with a loading gif on it. But it is not working.

heres the code

<style>
	#loading {position:absolute; width:975px; height:480px; padding-top:140px; background:url(skins/Legend/styleImages/backgrounds/uploadbg.png); display:none;}
</style>
<div id="loading">
<p class="wait-please">Please Wait This Will Take A Few Moments<br />
<img src="skins/Legend/styleImages/progress.gif" /></p>
</div>
<input type="submit" name="Submit" class="submit" onclick="if(this.value== TRUE){document.getElementById('loading').style.display='block';}

Link to comment
https://forums.phpfreaks.com/topic/69046-solved-problem-with-overlay/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.