Quote:
Originally Posted by dollars5 @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>