<script type="text/javascript"> // ******************* // Full Sized Image Gallery // ******************* $(document).ready(function(){ var minimumHeight = 500; var maximumWidth = 1000; $('#imgPlaceDiv').css({ 'min-height':minimumHeight, 'height':'', 'width':'' }); $('#imgWrapperAnchor').css({ 'max-height':'', 'max-width':'' }).attr('title',''); $('#imgGalleryImage').css({ 'max-height':'', 'max-width':maximumWidth }).unbind(); $('#imgCaptionDiv').css({ 'text-align':'center', 'width':'' }); }) var showGalleryImage = function(sGalleryImgPath, sDescription) { $('#imgGalleryImage').fadeOut('slow', function(){ $('#imgGalleryImage').attr('src', sGalleryImgPath.replace(/axst_/,'')).load(function(){ $('#imgGalleryImage').fadeIn('slow'); $('#imgCaptionDiv').html(sDescription); }); }); } </script>
<!--
*****************************
DON'T change anything below
***************************** --> To (after saving in HTML mode) -
<!--
***************************** --> Anyway, I've got it working again. Thanks, Vasula.
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>