I have a div container with the width 500px;
in this div element there are several images.
I have written a jQuery code for these images so that when a user clicks on an image, it shows a large version of it. this large version must be wrapped up with a div. Now, that div, due to its parent container, could not go more than 500px in width. I need at least 1200px width. How can overcome this problem?
thanks in advance