Difference between revisions of "Team:Greece/home"

Line 4: Line 4:
 
</head>
 
</head>
 
<body>
 
<body>
<script>void(document.getElementById('content').id = 'content0')</script>
+
        <script>
 +
//Changes shall apply under void()
 +
// Upper black toolbar stays there id = 'top_menu_14'  -> Could be display:block
 +
// Main div wrapper contains code and all other stuff id = 'content' -> Change id to 'content2'
 +
// Reason: iGEM puts everything in document.getElementById('content') - change id - cause element 404
 +
void(document.getElementById('content').id = 'content0')
 +
 
 +
// Div (placeholder) containing the iGEM logo and some text id = 'top_title' -> Apply display: none
 +
void(document.getElementById('top_title').style.display = 'none')
 +
 
 +
// Small icon in the top black toolbar id = 'bars_item' -> Apply display: none
 +
void(document.getElementById('bars_item').style.display = 'none')
 +
// Same application for it's side effect (display an ugly div by default)
 +
void(document.getElementById('sideMenu').style.display = 'none')
 +
 
 +
        </script>
 
<div class='menu_wrap'>
 
<div class='menu_wrap'>
 
<nav class='menu'>
 
<nav class='menu'>

Revision as of 11:11, 10 July 2017