From 294e90c6f838ffd57f97889669f75dd66f14d90a Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Tue, 9 Jun 2009 01:24:02 +0000 Subject: fixed IE photo tag issue --- views/default/js/tagging.php | 1 + views/default/tidypics/css.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/js/tagging.php b/views/default/js/tagging.php index beebd3edf..e27af7fca 100644 --- a/views/default/js/tagging.php +++ b/views/default/js/tagging.php @@ -32,6 +32,7 @@ ); // get tags over image ready for mouseover + // based on code by Tarique Sani - MIT and GPL licenses $.fn.setupTags = function() { diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index a130453fb..4d17ba214 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -235,6 +235,7 @@ text-align:left; .tidypics_tag { display:none; +background:url(mod/tidypics/graphics/spacer.gif); border:2px solid #ffffff; overflow:hidden; position:absolute; @@ -268,4 +269,4 @@ padding:8px; padding-right:10px; margin:2px 0px; display:inline; -} \ No newline at end of file +} -- cgit v1.2.3