If you mean:
http://www.dynamicdrive.com/style/cs...mage_enlarger/
You could make the link:
Code:
<div class="ienlarger"><a href="http://www.dynamicdrive.com/">
<img src="http://img406.imageshack.us/img406/4920/63734582.jpg" alt="thumb" class="resize_thumb" /><span>
<img src="http://img406.imageshack.us/img406/4920/63734582.jpg" alt="large" /><br />
Some text can go here.</span></a></div>
like (zooming in on the highlighted part and changing it):
Code:
<a href="javascript:void(0);" onclick="return false;">
That way, with javascript enabled it will return false and do nothing. With javascript disabled the browser will recognize it as a javascript link and do nothing. So, either way, you're covered - the link won't fire, and the CSS Smart Image Enlarger still works.
Bookmarks