Template:Team:BNU-China/CSS/main
From 2014.igem.org
(Difference between revisions)
Line 1,951: | Line 1,951: | ||
position:fixed; | position:fixed; | ||
z-index:10000; | z-index:10000; | ||
- | + | transition: all 0.9s ease-in-out 0.1s; | |
- | + | ||
cursor:pointer; | cursor:pointer; | ||
} | } | ||
#navigation:hover{ | #navigation:hover{ | ||
- | + | background-image:url('https://static.igem.org/mediawiki/2014/6/6a/Bnu_bktn2.png'); | |
- | + | transition: all 0.9s ease-in-out 0.1s; | |
- | + | ||
} | } | ||
#navigation:hover img { | #navigation:hover img { | ||
- | + | opacity:0; | |
} | } | ||
Revision as of 00:42, 15 August 2014