Template:Code
From 2013.igem.org
(Difference between revisions)
Hristianita (Talk | contribs) |
Hristianita (Talk | contribs) |
||
Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | |||
+ | div.inflow { | ||
+ | width: 200px; | ||
+ | height: 1000px; | ||
+ | border: 1px solid blue; | ||
+ | float: right; | ||
+ | position: relative; | ||
+ | margin-right: 100px; | ||
+ | } | ||
+ | div.positioner {position: absolute; right: 0;} /*may not be needed: see below*/ | ||
+ | div.fixed { | ||
+ | width: 80px; | ||
+ | border: 1px solid red; | ||
+ | height: 100px; | ||
+ | position: fixed; | ||
+ | top: 60px; | ||
+ | margin-left: 15px; | ||
+ | } | ||
.menu { | .menu { |
Revision as of 07:12, 3 July 2013