From: Cash Costello Date: Tue, 9 Jun 2009 01:24:02 +0000 (+0000) Subject: fixed IE photo tag issue X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=294e90c6f838ffd57f97889669f75dd66f14d90a;p=lorea%2Felgg.git fixed IE photo tag issue --- 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 +}