pugboy Posted April 29, 2008 Share Posted April 29, 2008 I want to create a login form similar to what you see on WikiDot.com, where the rest of the page fades to a black. How would I do this? An image, or through code? Link to comment https://forums.phpfreaks.com/topic/103354-solved-how-do-i-quotdimquot-the-page/ Share on other sites More sharing options...
trq Posted April 29, 2008 Share Posted April 29, 2008 Client-side effects need to be done with a client-side language. eg Javascript, not php which runs server-side. Link to comment https://forums.phpfreaks.com/topic/103354-solved-how-do-i-quotdimquot-the-page/#findComment-529320 Share on other sites More sharing options...
peranha Posted April 29, 2008 Share Posted April 29, 2008 It is done with javascript, if you check the source, there are many java files there, and one will have the data on how they do it. Link to comment https://forums.phpfreaks.com/topic/103354-solved-how-do-i-quotdimquot-the-page/#findComment-529321 Share on other sites More sharing options...
pugboy Posted April 29, 2008 Author Share Posted April 29, 2008 Javascript? Ok, thanks! Link to comment https://forums.phpfreaks.com/topic/103354-solved-how-do-i-quotdimquot-the-page/#findComment-529323 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.