Team:TU Munich/Templates/Beginn1

From 2010.igem.org

(Difference between revisions)
 
(46 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 13: Line 28:
-
a.bar, a.bar:active
+
div.bar
{
{
opacity: 1.0;
opacity: 1.0;
Line 20: Line 35:
background-color: #88B988;
background-color: #88B988;
float: left;
float: left;
-
width: 100%;
+
width: 99%;
color: white;
color: white;
-
text-decoration: none
+
text-decoration: none;
 +
                height: 30px;
 +
                margin-left: 3px;
 +
                margin-top: 6px;
}
}
-
a.bar:hover
+
div.bar:hover
{
{
position: relative;
position: relative;
Line 30: Line 48:
             left: 1px;
             left: 1px;
}
}
 +
        img.barimage
 +
{
 +
        height: 30px;
 +
}
 +
        div.leftbar
 +
        {
 +
        width: 135px;
 +
        }
 +
        p.barp
 +
        {
 +
                font-size: 15px;
 +
        }
#homebutton:active, #homebutton
#homebutton:active, #homebutton
{
{
Line 39: Line 69:
color: black;
color: black;
background: white;
background: white;
 +
}
 +
        div.rightbar a
 +
{
 +
        color: black;
}
}
</style>
</style>
-
<img src="https://static.igem.org/mediawiki/2010/a/a8/Team_TU_Munich2010_Images_Banner_small.jpg" width=975 height=130 border="0" style="position: fixed; top: 19px; z-index: 7;"/>
+
<a href="https://2010.igem.org/Team:TU_Munich" style="position: fixed; top: 19px; z-index: 10;"><img src="https://static.igem.org/mediawiki/2010/a/a8/Team_TU_Munich2010_Images_Banner_small.jpg" width="975" height="120" border="0"/></a>
-
<img src="https://static.igem.org/mediawiki/2010/b/bd/Team_TU_Munich2010_Images_Blank.gif" width=975 height=190 border="0"/>
+
<img src="https://static.igem.org/mediawiki/2010/b/bd/Team_TU_Munich2010_Images_Blank.gif" width="975" height="180" border="0"/>
-
<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: 149px; z-index: 7; 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: 225px; 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;">
+
<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 →