mattdamon Posted May 4, 2007 Share Posted May 4, 2007 Im working on a website and need help on this: http://bolgallery.free.fr/ free image gallery. with the jquery tool tip http://jquery.com/ We are trying to get the tool tip to open when you hover over an image but the gallery script contains no a href="title" code. We have tried to write in php to make the source write a title for the link so it would show up but it wont work. help! Link to comment https://forums.phpfreaks.com/topic/50039-simple-gallery-with-tooltip/ Share on other sites More sharing options...
mattdamon Posted May 4, 2007 Author Share Posted May 4, 2007 $HTML .= "\t\t<TD align=\"center\">\n\t\t\t<A href=\"" . $currentImage . "\" onClick=\"bolGalleryPopup(this.href, " . $referenceImageWidth. ", " . $referenceImageHeight . ", '" . $alt . "'); return(false);\" target=\"_blank\">\n"; // target attribute to be tested $HTML .= "\t\t\t\t<IMG src=\"" . $thumbnail . "\" title=\"" . $alt . "\" border=0>\n"; $HTML .= "\t\t\t</A>\n\t\t</TD>\n"; this is the area we are trying to edit but it wont show up in the code when we enter title in the the HREF Link to comment https://forums.phpfreaks.com/topic/50039-simple-gallery-with-tooltip/#findComment-245626 Share on other sites More sharing options...
mattdamon Posted May 4, 2007 Author Share Posted May 4, 2007 if someone could look into this i would greatly appreciate it! Link to comment https://forums.phpfreaks.com/topic/50039-simple-gallery-with-tooltip/#findComment-245650 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.