Template:UIUC Illinois Bioware Background

From 2010.igem.org

(Difference between revisions)
Line 151: Line 151:
position:relative;
position:relative;
}
}
 +
 +
#hmenu ul ul ul {
 +
position: absolute;
 +
top: 0;
 +
left: 100%;
 +
width: 100%;
 +
}
 +
 +
#hmenu li {position: relative;}
 +
 +
div#hmenu ul ul ul,
 +
div#hmenu ul ul li:hover ul ul
 +
{display: none;}
 +
 +
div#hmenu ul ul li:hover ul,
 +
div#hmenu ul ul ul li:hover ul
 +
{display: block;}
/*****************Vertical Menu Coding from http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*******************/
/*****************Vertical Menu Coding from http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*******************/

Revision as of 20:12, 28 June 2010