]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed IE photo tag issue
authorCash Costello <cash.costello@gmail.com>
Tue, 9 Jun 2009 01:24:02 +0000 (01:24 +0000)
committerCash Costello <cash.costello@gmail.com>
Tue, 9 Jun 2009 01:24:02 +0000 (01:24 +0000)
views/default/js/tagging.php
views/default/tidypics/css.php

index beebd3edf20af3f2099f0b2c5fff03afb0be5edd..e27af7fca3e3cd4acdf2dc13b702ccc7139e9068 100644 (file)
@@ -32,6 +32,7 @@
        );\r
 \r
        // get tags over image ready for mouseover\r
+       // based on code by Tarique Sani <tarique@sanisoft.com> - MIT and GPL licenses\r
        $.fn.setupTags = function() \r
        {\r
 \r
index a130453fbb3437308526fa28619943c1b18313bf..4d17ba214d5ca28c4bb2b10c03efdf5f5dfd4e44 100644 (file)
@@ -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
+}