View Single Post
Old 11-30-2012, 09:32 PM   PM User | #3
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 849
Thanks: 67
Thanked 28 Times in 28 Posts
LearningCoder is an unknown quantity at this point
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.

Last edited by LearningCoder; 11-30-2012 at 09:45 PM..
LearningCoder is offline   Reply With Quote