Template:NotebookUpper
From 2013hs.igem.org
(Difference between revisions)
Line 62: | Line 62: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #fixiert | ||
+ | { bottom:-100px; | ||
+ | -webkit-transition:all 0.8s ease; | ||
+ | -moz-transition:all 0.8s ease; | ||
+ | -o-transition:all 0.8s ease; | ||
+ | -transition:all 0.8s ease; } | ||
+ | |||
+ | #fixiert:hover | ||
+ | { bottom:0px; | ||
+ | -webkit-transition:all 0.8s ease; | ||
+ | -moz-transition:all 0.8s ease; | ||
+ | -o-transition:all 0.8s ease; | ||
+ | -transition:all 0.8s ease; } | ||
#fixiert | #fixiert | ||
{ position: fixed; | { position: fixed; | ||
- | |||
width: 320px; | width: 320px; | ||
height:auto; | height:auto; |
Revision as of 01:29, 20 June 2013