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] Quote Link to comment 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/ Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.