Template:Leanna fb
From 2010.igem.org
(Difference between revisions)
Line 90: | Line 90: | ||
<div id="usual1" class="usual"> | <div id="usual1" class="usual"> | ||
<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="# | + | <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="#tab4">partbook</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> | ||
<li><a href="#tab3" class="selected">Home</a></li> | <li><a href="#tab3" class="selected">Home</a></li> | ||
+ | <li><a href="#tab4"></a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 118: | Line 119: | ||
<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> | <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">BLAHH</div> | ||
<script type="text/javascript"> | <script type="text/javascript"> |
Revision as of 15:30, 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; });