diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-09 01:24:02 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-09 01:24:02 +0000 |
commit | 294e90c6f838ffd57f97889669f75dd66f14d90a (patch) | |
tree | 1be4a07a6a154a97ce67c84c2e32ccfe22c469c1 /views | |
parent | b660e5ab0c20dad2d4ba72c018a6f6b2b2b8bda8 (diff) | |
download | elgg-294e90c6f838ffd57f97889669f75dd66f14d90a.tar.gz elgg-294e90c6f838ffd57f97889669f75dd66f14d90a.tar.bz2 |
fixed IE photo tag issue
Diffstat (limited to 'views')
-rw-r--r-- | views/default/js/tagging.php | 1 | ||||
-rw-r--r-- | views/default/tidypics/css.php | 3 |
2 files changed, 3 insertions, 1 deletions
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 <tarique@sanisoft.com> - 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(<?php echo $vars['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 +} |