Team:TU Munich/Templates/Beginn1

From 2010.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<script type="text/javascript">
 +
 +
$(document).ready(function(){
 +
 +
$("img.barimage").animate({opacity: 0.25}, 0);
 +
 +
$("div.bar").mouseover(function(){
 +
$(this).find(".barimage").animate({opacity: 1}, 0);
 +
});
 +
$("div.bar").mouseout(function(){
 +
$(this).find(".barimage").animate({opacity: 0.25}, 0);
 +
});
 +
});
 +
</script>
 +
<style>
<style>
Line 39: Line 54:
         div.leftbar
         div.leftbar
         {
         {
-
        width: 130px;
+
        width: 135px;
         }
         }
         p.barp
         p.barp
Line 69: Line 84:
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background: none">
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background: none">
<tr>
<tr>
-
<td colspan="2">
+
        <td colspan="2">
-
+
            <table id="toctable" width="100%" border="0" cellpadding="0" cellspacing="0" style="background: #D8D5D0; position: fixed; top: 139px; z-index: 10; width: 975px;">
-
<table id="toctable" width="100%" border="0" cellpadding="0" cellspacing="0" style="background: #D8D5D0; position: fixed; top: 139px; z-index: 10; width: 975px;">
+
                <tr>
-
<tr>
+
                    <td style="border-bottom: 1px black solid;" valign="middle" align="center"><p style="width: 154px; display: block; text-align: center; font-weight: bold;">Navigation:</p></td>
-
<td style="background-color: black; border-bottom: 1px black solid; border-top: 1px black solid;" valign="bottom" align="center"><a id="homebutton" style="font-weight: bold; width: 154px; display: block; text-decoration: none;" href="https://2010.igem.org/Team:TU_Munich">Home</a></td>
+
                    <td valign="middle" style="padding-left: 0px; font-weight: bold; border-bottom: 1px black solid; border-left: 0px black solid;">
-
<td style="padding-left: 25px; font-weight: bold; border-bottom: 1px black solid; border-left: 1px black solid;"><p style="margin: 0; color: #4E9D20;">
+
<table border="0" cellpadding="0" cellspacing="0" style="background: none; width:100%">
 +
<tr>
 +
<td align="left">
 +
<p style="margin: 0; color: #4E9D20;"><a style="color: black;" href="https://2010.igem.org/Team:TU_Munich">Home</a><span style="color: black; font-size: 1.2em;">&nbsp;&rarr;&nbsp;</span>
</html>
</html>

Latest revision as of 22:49, 27 October 2010

Navigation:

Home →