I have a div where the thumbnails of the images are shown and another div above with the text, eg:
HowcanIdothatbyhoveringthemouseinthethumbnail(normalhovereffect)alargerdivappearsthatoverlapsthetextandshowstheimageofthelargerthumbnail(whichwouldbethenormalsize)andwhiledrawingthemousefromthethumbnailtodivisnormallyhidden,eg:
HowcanIdothis?
HTMLwouldlooksomethinglikethis:
<divid="content">
<div id="images-normal">
<img src="#" id="normal-01" />
</div>
<p>Lorem ipsum .... </p>
<div id="images-thumb">
<img src="#" id="thumb-01" />
</div>
</div><!--content-->