Team:METU/test
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style> h1.firstHeading, div#p-logo, div#search-controls, div#contentSub, div#footer-box, div#catlinks{ display:none; } </style> </head> </html>") |
|||
Line 7: | Line 7: | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
+ | |||
+ | /*1st sub level menu*/ | ||
+ | .ddsmoothmenu ul li ul{ | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | visibility: hidden; | ||
+ | display: none; /*collapse all sub menus to begin with*/ | ||
+ | border: 1px #222 solid; | ||
+ | -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 17:13, 5 September 2012