Hi,
I not sure if this is the right place to post in, I am new in this
community.
I just downloaded the prototype.js and spactaculus-pack. Know I tried
something like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<title>XCreative.net</title>
<meta http-equiv="content-type" content="text/html;
charset=utf-8"
/>
<script type="text/javascript"
src="js/prototype.js"></script>
<script type="text/javascript"
src="js/scriptaculous.js"></script>
</head>
<body>
<div id="menu" style="display:none;"
onMouseout="Effect.BlindUp(this,
{duration: 4})" >
<IMG src="Bilder/menu.jpg" WIDTH=900 HEIGHT=226 ALT=""
border=0>
</div>
<div>
<IMG src="Bilder/someimage.jpg" WIDTH=802 HEIGHT=38
ALT="" border=0>
<div style="position:absolute;" onMouseover="new
Effect.BlindDown(''menu'', {duration: 4})">
<IMG src="Bilder/button.jpg" WIDTH=69 HEIGHT=38
ALT="" border=0>
</div>
</div>
</body>
</html>
This ends up in some strage results - the blinding is not working
properly it is somehow ''hopping'' around... can anybody help
me?
thanks kriber
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---