Team:Freiburg/Templates/header
From 2011.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
function highlightMenuItem(id){ | function highlightMenuItem(id){ | ||
- | |||
if(document.getElementById(id) != null){ | if(document.getElementById(id) != null){ | ||
- | document.getElementById(id).style.fontWeight= | + | document.getElementById(id).style.fontWeight="bold"; |
} | } | ||
} | } |
Revision as of 18:48, 3 July 2011