Template:Leanna fb
From 2010.igem.org
(Difference between revisions)
(22 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | |||
+ | var $tabs = $('#example').tabs(); // first tab selected | ||
+ | |||
+ | $('#linky').click(function() { // bind click event to link | ||
+ | $tabs.tabs('select', 2); // switch to third tab | ||
+ | return false; | ||
+ | }); | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 84: | Line 91: | ||
<ul id="coolll"> | <ul id="coolll"> | ||
<div><a style="float: left; position: relative; top: -1px; height: 23px; padding: 5px 20px 0px 10px; background-color: #3b5998; font-weight: bold; color: white; font-family: sans-serif; font-size: 135%; left:-107px;" href="#tab3">partbook</a></div> | <div><a style="float: left; position: relative; top: -1px; height: 23px; padding: 5px 20px 0px 10px; background-color: #3b5998; font-weight: bold; color: white; font-family: sans-serif; font-size: 135%; left:-107px;" href="#tab3">partbook</a></div> | ||
+ | <div><a style="float: left; position: relative; top: 25px; height: 23px; padding: 5px; font-size: small; background-color: #3b5998; font-weight: bold; color: white; font-family: sans-serif; left:-178px;" href="#tab4">K415000</a></div> | ||
<li><a href="#tab1">Account</a></li> | <li><a href="#tab1">Account</a></li> | ||
<li><a href="#tab2">Profile</a></li> | <li><a href="#tab2">Profile</a></li> | ||
Line 108: | Line 116: | ||
</div></div></div> | </div></div></div> | ||
</div> | </div> | ||
- | <div class="tabz" id="tab3"><table><tr><td style="padding-right: 5px;"><img src="https://static.igem.org/mediawiki/2010/2/20/080410Igem-logo.png" width=50px><td><fbname>MIT iGEM</fbname> MIT's 2010 iGEM team has combined past biobricks, improved some registry parts, and biobricked many new parts altogether. Get to know our parts and their names and functions!!</table> | + | <div class="tabz" id="tab3"><table style="margin-bottom: 10px;"><tr><td style="padding-right: 5px;"><a id="linky"><img src="https://static.igem.org/mediawiki/2010/2/20/080410Igem-logo.png" width=50px></a><td><fbname>MIT iGEM</fbname> MIT's 2010 iGEM team has combined past biobricks, improved some registry parts, and biobricked many new parts altogether. Get to know our parts and their names and functions!!</table> |
- | <table><tr><td style="padding-right: 5px;"><img src="" width=50px><td><fbname>K415000</fbname> is working properly, but is only an intermediate.</table> | + | <table style="margin-bottom: 10px;"><tr><td style="padding-right: 5px;"><img src="" width=50px><td><fbname>K415000</fbname> is working properly, but is only an intermediate.</table> |
</div> | </div> | ||
+ | <div class="tabz" id="tab4">K415000</div> | ||
<script type="text/javascript"> | <script type="text/javascript"> |
Latest revision as of 15:36, 13 August 2010
var $tabs = $('#example').tabs(); // first tab selected $('#linky').click(function() { // bind click event to link $tabs.tabs('select', 2); // switch to third tab return false; });