I am looking at trying to place a hover() method onto each array element. Then when the cursor rolls over the character, it is copied into another div. I am kinda lost. Do you have suggestions?
<html>
<head>
<script type="text/javascript" scr="http://code.jquery.com/jquery.min.js">
</head>
<body>
<script type="text/javascript">
...
Hello,
I would like to imitate this exact feature on this page.
(Move mouse toward the top browser bar)
http://my-personal-growth.com/personal-growth/what-anthony-robbins-teaches-about-emotions-and-meaning
I guess all i need to know is how to create the hovering mouse action, the rest I should be able to handle myself.
Any tutorials...
Hey there,
have a list of images as a navigation. when you hover over them a div with transparent background slides up. when you hover out the div slides down.
that part wokes like a charm.
now when you click on the image or title, the div with the title changes its opacity to 1, moves to the top of the image and gains 100% height.
t...