.
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
That said, add this script to the end of the head section:
Code:
<script type="text/javascript">
jQuery(function($){
$('#thumbBox').prependTo('#container .container');
});
</script>
Set these styles in the stylesheet:
Code:
#container .container {position: relative;}
#thumbox {top: 0 !important; left: 0 !important; padding: 0 !important;}
That should do it!
The browser cache may need to be cleared and/or the page refreshed to see changes.
Also be aware that the size of the thumbnail viewer (#thumbBox) is dependent upon the size of the image being shown in it, and that the size of the the thumbnail field (div class="thumbnails") is dependent upon the number and size of the thumbnail images in it, so unless those match up, there will not be the type of total coverage you're looking for.
Further, I'm not certain why you would want this anyway. In the average browser, the larger image is too large. I think it would be better to leave these things alone, have a smaller larger image, and allow it to be centered on the page.
Bookmarks