I just tested, the empty title works in IE but not in FF. So, edit the script here, change:
Code:
var description=(thumbnailviewer2.enableTitle && linkobj.getAttribute("title"))? linkobj.getAttribute("title") : "" //Get title attr
to:
Code:
var description=linkobj.rel.split('::')[2]? linkobj.rel.split('::')[2] : "";
This will allow you to piggyback on the rel attribute and skip using the title, ex:
Code:
<a href="http://www.terrerybovich.com/images/400/Icon%205%20rev.jpg"
class="Image-Labels"
rel="enlargeimage::mouseover::Icon 5<br>Original (8 x 10in. - 20 x 25cm.) - $350 <br>Print (8 x 10in. - 20 x 25cm.) - $140"
rev="loadarea" ><img border="0" src="http://www.terrerybovich.com/images/75/Icon%205%20rev.jpg"
width="75" height="75" style="margin-bottom: 5px" /></a></div>
</td><td width="34%" valign="top">
Bookmarks