Cheers!![]()
/includes/templates/YOUR_TEMPLATES/css/stylesheet.css
attribImg { cursor: pointer; cursor: hand; }
...or...
attribImg img { cursor: pointer; cursor: hand; }
...ought to do it.
Alternatively:
$image = '<a href="javascript: popupWindow(\'http://YOUR_DOMAIN/index.php?main_page=popup_image&src='.zen_output_s tring($src).'\')"><img src="thumb.php?src=' . zen_output_string($src) . '&x=100&y=41&f=0" alt="' . zen_output_string($alt) . '"';
if (zen_not_null($alt)) {
$image .= ' title=" ' . zen_output_string($alt) . ' "';
}
if (zen_not_null($parameters)) $image .= ' ' . $parameters;
$image .= ' /></a>';
ColinR
Bookmarks