Team:KULeuven/Sponsors2

From 2011.igem.org

(Difference between revisions)
Line 41: Line 41:
                     </code>  
                     </code>  
-
 
+
<script>
$("JQUERY SELECTOR").simpletip({
$("JQUERY SELECTOR").simpletip({
Line 49: Line 49:
});
});
 +
</script>
  </div>  
  </div>  

Revision as of 11:27, 27 July 2011

KULeuven iGEM 2011

 
Hover over me to see a tooltip positioned to the bottom of the parent element.   $("JQUERY SELECTOR").simpletip({ fixed: true, position: 'bottom' });