View Single Post
  #18 (permalink)  
Old 03-10-2007, 05:22 AM
Maroc Maroc is offline
New Pligger
 
Join Date: Mar 2007
Posts: 10
Thanks: 1
Thanked 1 Time in 1 Post
Quote:
Originally Posted by dollars5 View Post
@Maroc: You told you used a free script for Digg like login - can you share that with us - if you wish to - please.

If any one is aware of such script - please do post in here. TIA.


EDIT: Found it - when viewing the page source, Maroc seems to use Scriptaculous (And Digg to uses the same free script - I dunno why they keep claiming of their copyright all time abt scripts)
It's an Scriptaculous effect!

Here is an example:

Code:
<html>
<head>
<script src="scriptaculous/js/prototype.js"></script>
<script src="scriptaculous/js/scriptaculous.js"></script>
</head>

<body>
<div id="loginform" style="display:none;">
	login form
</div>
<div id="control">
	<a href="javascript:Effect.toggle('loginform','appear');">Show login form</a>		
</div>
</body>
</html>
Reply With Quote
The Following User Says Thank You to Maroc For This Useful Post: