Team:KULeuven/Sponsors2

From 2011.igem.org

(Difference between revisions)
Line 33: Line 33:
<div id="contentbox">
<div id="contentbox">
-
</div>
+
<a>Hover over me</a> to see a tooltip positioned to the <b>bottom</b> of the parent element.
-
+
-
   
+
-
                    <a>Hover over me</a> to see a tooltip positioned to the <b>bottom</b> of the parent element.
+
                     <code class="js">&nbsp;
                     <code class="js">&nbsp;
$(<var>"JQUERY SELECTOR"</var>).<dfn>simpletip</dfn>({
$(<var>"JQUERY SELECTOR"</var>).<dfn>simpletip</dfn>({
Line 43: Line 40:
});
});
                     </code>  
                     </code>  
 +
</div>
 +
 +
   
 +
                 
  <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:20, 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' });