vkgbiz Posted December 6, 2010 Share Posted December 6, 2010 Hi , i want to display in information by hiding background , so that i can get more of users attention. can any one has the script for this? take a look at attached screenshot with this. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/220797-alert-box/ Share on other sites More sharing options...
harristweed Posted December 6, 2010 Share Posted December 6, 2010 This is NOT a PHP question. It is a Java script issue, you neen to look at jquery and http://www.jqueryplugins.com/plugin/193/ Link to comment https://forums.phpfreaks.com/topic/220797-alert-box/#findComment-1143512 Share on other sites More sharing options...
haku Posted December 7, 2010 Share Posted December 7, 2010 You can created the faded out div like this: div#overlay { position:absolute; top:0; left:0; height:100%; width:100%; color:#000; } Then fade it in. Link to comment https://forums.phpfreaks.com/topic/220797-alert-box/#findComment-1144003 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.