Template:UCSF/Jixedbar2

From 2010.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:UCSF/JixedbarStyle}}
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
+
<head>
-
<html>
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<script type="text/javascript" src="http://jixedbar.rawswift.com/js/jixedbar/jquery-1.4.2.min.js"></script>
+
<title>Select Menu Using DIV</title>
-
<script type="text/javascript" src="http://jixedbar.rawswift.com/js/jixedbar/src/jquery.jixedbar.min.js"></script>
+
<style>
 +
body{font-family:Arial, Helvetica, sans-serif;}
 +
ul, li{margin:0; border:0; padding:0; list-style:none;}
 +
#middlebar{
 +
position:absolute;
 +
top:0px;
 +
margin: auto;
 +
width:100%;
 +
font-size:11px;
 +
color:#3b5d14;
 +
background:#90b557;
 +
font-weight:bold;
 +
padding:4px;
 +
height:30px;
 +
}
 +
#middlebar .menu li {
 +
background:url(lm.png) left top no-repeat;
 +
height:30px;
 +
float:left;
 +
margin-right:10px;
 +
}
 +
#middlebar .menu li a{
 +
color:#3b5d14;
 +
text-decoration:none;
 +
padding:0 10px;
 +
height:30px;
 +
line-height:30px;
 +
display:block;
 +
float:left;
 +
padding:0 26px 0 10px;
 +
background:url(rm.png) right top no-repeat;
 +
}
 +
#middlebar .menu li a:hover{
 +
color:#666666;
 +
}
 +
#middlebar ul .submenu {
 +
border:solid 1px #c9dea1;
 +
border-top:none;
 +
background:#FFFFFF;
 +
position: relative;
 +
top: 4px;
 +
width:150px;
 +
padding:6px 0;
 +
clear:both;
 +
z-index:2;
 +
display:none;
 +
}
 +
#middlebar ul .submenu li{
 +
background:none;
 +
display:block;
 +
float:none;
 +
margin:0 6px;
 +
border:0;
 +
height:auto;
 +
line-height:normal;
 +
border-top:solid 1px #DEDEDE;
 +
}
 +
#middlebar .submenu li a{
 +
background:none;
 +
display:block;
 +
float:none;
 +
padding:6px 6px;
 +
margin:0;
 +
border:0;
 +
height:auto;
 +
color:#105cbe;
 +
line-height:normal;
 +
}
 +
#middlebar .submenu li a:hover{
 +
background:#e3edef;
 +
}
 +
</style>
<script>
<script>
-
function writeHref(){
+
function showlayer(layer){
-
var PageURL = document.URL;
+
var myLayer=document.getElementById(layer);
-
var RightURL = PageURL.substr(21);
+
if(myLayer.style.display=="none" || myLayer.style.display==""){
-
var EditIt="https://2010.igem.org/wiki/index.php?title="+RightURL+"&amp;action=edit";
+
myLayer.style.display="block";
-
return EditIt;
+
} else {
 +
myLayer.style.display="none";
 +
}
}
}
</script>
</script>
 +
<script type="text/javascript" src="http://demo.marcofolio.net/create_a_sticky_sidebar_or_box/mootools.js"></script>
<script>
<script>
-
var JixedBar = document.createElement('div');
+
window.onscroll = function()
-
JixedBar.id = 'BAR';
+
  {
 +
if( window.XMLHttpRequest ) {
 +
$('middlebar').style.position = 'fixed';
 +
$('middlebar').style.top = '0';
 +
  }
 +
}
 +
</script>
 +
</head>
-
var UCSFiGEM = document.createElement('div');
+
<body>
-
var Home = document.createElement('ul');
+
<!--
-
var Project = document.createElement('ul');
+
FOR OTHER TUTORIALS VISIT
-
var Team = document.createElement('ul');
+
http://woork.blogspot.com
-
var Parts = document.createElement('ul');
+
-->
-
var NoteBook = document.createElement('ul');
+
-
var Safety = document.createElement('ul');
+
-
UCSFiGEM.innerHTML='<img src="https://static.igem.org/mediawiki/2010/e/eb/UCSF_2010_iGEM.png">';
 
-
Home.innerHTML = '<li title="Home"><a href="https://2010.igem.org/Team:UCSF"><img src="https://static.igem.org/mediawiki/2010/2/20/UCSF_2010_HomeIcon.png" alt="Home" /></a></li>';
+
   
 +
 +
<div id="middlebar" class="sidebox">
 +
  <ul class="menu">
 +
      <li><a href="#" onclick="javascript:showlayer('sm_1')">Profile</a></li>
 +
    <ul class="submenu" id="sm_1">
 +
        <li><a href="asd">Profile</a></li>
 +
          <li><a href="asd">Inbox </a></li>
 +
          <li><a href="asd">Log-out</a></li>
 +
    </ul>
 +
  </ul>
 +
</div>
-
Project.innerHTML = '<li title="Project"><a href="#"><img src="https://static.igem.org/mediawiki/2010/a/aa/UCSF_2010_Project.png" alt="Project" /></a><ul><li><a href="http://www.facebook.com/ryanyonzon"><img src="icons/facebook.png" title="Facebook" />&nbsp;&nbsp;&nbsp;Facebook</a></li><li><a href="https://twitter.com/rawswift"><img src="icons/twitter.png" title="Twitter" />&nbsp;&nbsp;&nbsp;Twitter</a></li><li><a href="http://www.flickr.com/photos/ryanyonzon/"><img src="icons/pictures.png" title="Flickr" />&nbsp;&nbsp;&nbsp;Flickr</a></li><li><a href="http://ph.linkedin.com/in/ryanyonzon"><img src="icons/card.png" title="Linkedin" />&nbsp;&nbsp;&nbsp;Linkedin</a></li></ul></li>';Team.innerHTML = '';
+
<div style="float:none; clear:both;"></div>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
   
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
   
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <h1>This is the demo for the "Create Vimeo-like top navigation" tutorial</h1>
 +
    <p>You can go back to the original article here.</p>
-
Team.innerHTML = '<li title="Team"><a href="#"><img src="https://static.igem.org/mediawiki/2010/1/18/UCSF_2010_People.png" alt="Team" /></a><ul><li><a href="http://www.facebook.com/ryanyonzon"><img src="icons/facebook.png" title="Facebook" />&nbsp;&nbsp;&nbsp;Facebook</a></li><li><a href="https://twitter.com/rawswift"><img src="icons/twitter.png" title="Twitter" />&nbsp;&nbsp;&nbsp;Twitter</a></li><li><a href="http://www.flickr.com/photos/ryanyonzon/"><img src="icons/pictures.png" title="Flickr" />&nbsp;&nbsp;&nbsp;Flickr</a></li><li><a href="http://ph.linkedin.com/in/ryanyonzon"><img src="icons/card.png" title="Linkedin" />&nbsp;&nbsp;&nbsp;Linkedin</a></li></ul></li>';
 
-
Parts.innerHTML = '<li title="Parts"><a href="https://2010.igem.org/Team:UCSF/Parts"><img src="https://static.igem.org/mediawiki/2010/c/c5/UCSF_2010_Parts.png" alt="Parts" /></a></li>';
+
</body>
-
 
+
-
NoteBook.innerHTML = '<li title="NoteBook"><a href="#"><img src="https://static.igem.org/mediawiki/2010/5/51/UCSF_2010_NoteBook.png" alt="NoteBook" /></a><ul><li><a href="https://2010.igem.org/Team:UCSF/Notebook/RLiang"><img src="icons/facebook.png" title="RyanLiang" />&nbsp;&nbsp;&nbsp;Ryan Liang</a></li><li><a href="https://2010.igem.org/Team:UCSF/Notebook/JElam"><img src="icons/facebook.png" title="RyanLiang" />&nbsp;&nbsp;&nbsp;John Elam</a></li><li><a href="https://2010.igem.org/Team:UCSF/Notebook/CLiu"><img src="icons/facebook.png" title="RyanLiang" />&nbsp;&nbsp;&nbsp;Crystal Liu</a></li><li><a href="https://2010.igem.org/Team:UCSF/Notebook/SZorn"><img src="icons/facebook.png" title="RyanLiang" />&nbsp;&nbsp;&nbsp;Sam Zorn</a></li><li><a href="https://2010.igem.org/Team:UCSF/Notebook/CZhou"><img src="icons/facebook.png" title="RyanLiang" />&nbsp;&nbsp;&nbsp;Carmen Zhou</a></li></ul></li>';
+
-
 
+
-
Safety.innerHTML = '<li title="Safety"><a href="https://2010.igem.org/Team:UCSF/Safety"><img src="https://static.igem.org/mediawiki/2010/d/d9/UCSF_2010_Safety.png" alt="Safety" /></a></li>';
+
-
 
+
-
var RightButtons = document.createElement('ul');
+
-
RightButtons.className="jx-bar-button-right";
+
-
RightButtons.innerHTML = '<li title="Links"><a href="#"><img src="https://static.igem.org/mediawiki/2010/6/6e/UCSF_2010_Links.png" alt="Links" /></a><ul><li><a href="http://ryan.rawswift.com/feed/"><img src="icons/feed-doc.png" title="Content Feed" />&nbsp;&nbsp;&nbsp;Content Feed</a></li><li><a href="http://ryan.rawswift.com/comments/feed/"><img src="icons/ballon.png" title="Comment Feed" />&nbsp;&nbsp;&nbsp;Comment Feed</a></li></ul></li><li><a href='+writeHref()+'><img src=https://static.igem.org/mediawiki/2010/e/e7/Ucsf_edit.png alt=Edit /></a></li>';
+
-
 
+
-
 
+
-
 
+
-
JixedBar.appendChild(UCSFiGEM);
+
-
JixedBar.appendChild(Home);
+
-
JixedBar.appendChild(Project);
+
-
JixedBar.appendChild(Team);
+
-
JixedBar.appendChild(Parts);
+
-
JixedBar.appendChild(NoteBook);
+
-
JixedBar.appendChild(Safety);
+
-
JixedBar.appendChild(RightButtons);
+
-
document.body.appendChild(JixedBar);
+
-
 
+
-
$("#BAR").jixedbar({showOnTop: true,opacity:0.93,transparent:true});
+
-
 
+
-
</script>
+
-
<!-- jixedbar ends here -->
+
</html>
</html>

Revision as of 07:05, 9 September 2010

Select Menu Using DIV

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

This is the demo for the "Create Vimeo-like top navigation" tutorial

You can go back to the original article here.