Team:KULeuven/Sponsors2

From 2011.igem.org

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