Displaying 2 results from an estimated 2 matches for "165px".
Did you mean:
15px
2006 Apr 25
12
RE: Element.scrollTo duration isn''t working
I thought the duration parameter was only used with Effect functions,
but I could be wrong.
Greg
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-
> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson
> Sent: Tuesday, April 25, 2006 8:37 AM
> To:
2006 Apr 06
1
Bug? In scriptaculous -- double text drawn one pixel off
...ript src="/js/scriptaculous.js" type="text/javascript"></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()"&g...