Ah ok, I only hardcoded the paragraph in there just to get it to position where I wanted it. I'm not sure about what I am going to do with regards to creating the individual information.
So for example, if I create just 1 hidden div and set it to display none.
Code:
<div id="view"></div>
//css
#view
{
width: 300px;
height: 450px;
border:1px solid black;
padding: 1%
background: #e6e6e6;
display: none;
}
Then in the jquery do nearly the same (finding the x and y positions) but rather than displaying just an image and text, bring the display to be visible to the page again?
Not sure how to go about writing the content for each image. Any thoughts about that?
Thanks for the advice.
Regards,
LC.