From 6c62395ebff1177b3b124ec3ea6b793bcbf6808d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 4 Apr 2009 00:46:51 +0000 Subject: making progress on integrating the image area select --- views/default/object/image.php | 290 +++++++++++++++++++++-------------------- 1 file changed, 146 insertions(+), 144 deletions(-) (limited to 'views/default') diff --git a/views/default/object/image.php b/views/default/object/image.php index e4401a950..c7bf408d5 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -239,163 +239,165 @@ if ($photo_tags) foreach ($photo_tags as $photo_tag) } // end of tidypics image display ?> - - - - + + + \ No newline at end of file + jQuery('div.phototag[rel*='+ iRel + ']').find("em").stop(true, true).animate({opacity: "show"}, "fast").css({'display':'block','-moz-border-radius-topleft':'2px','-moz-border-radius-topright':'2px','-moz-border-radius-bottomleft':'0px','-moz-border-radius-bottomright':'0px'}); + jQuery('div.phototag[rel*='+ iRel + ']').find("span").css({'border':'1px solid white','border-top':'none'} ); + }, function() { + iRel = jQuery(this).attr('rel'); + jQuery('div.phototag[rel*='+ iRel + ']').find("em").animate({opacity: "hide"}, "fast"); + jQuery('div.phototag[rel*='+ iRel + ']').find("span").css("border","none"); + + }); +*/ + \ No newline at end of file -- cgit v1.2.3