Displaying 1 result from an estimated 1 matches for "createaccountform".
Did you mean:
create_account_form
2006 Apr 06
1
Bug? In scriptaculous -- double text drawn one pixel off
...script>
<title>CameraPuppy.com</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
#loginform {
width: 165px;
}
</style>
<script type="text/javascript">
function createAccountForm() {
Effect.toggle(''loginform'',''appear'');
}
</script>
</head>
<body>
<div id="loginform" onclick="createAccountForm()">div one</div>
<br/><br/>
Notice, when you click on "div one" in I...