Team:KULeuven/Sponsors2

From 2011.igem.org

(Difference between revisions)
Line 33: Line 33:
<div id="contentbox">
<div id="contentbox">
   
   
-
   
+
$("JQUERY SELECTOR").simpletip({
-
                 
+
 
 +
  // Configuration properties
 +
  content: 'My Simpletip',
 +
  fixed: false
 +
 
 +
});
 +
           
  <object data="http://www.shbts.nl/igem/html/logobars2.html" type="text/html" width="910" height="750">
  <object data="http://www.shbts.nl/igem/html/logobars2.html" type="text/html" width="910" height="750">

Revision as of 11:39, 27 July 2011

KULeuven iGEM 2011

 
$("JQUERY SELECTOR").simpletip({ // Configuration properties content: 'My Simpletip', fixed: false });