Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <style> |
michael@0 | 5 | div { |
michael@0 | 6 | overflow:hidden; |
michael@0 | 7 | width:200px; |
michael@0 | 8 | height:80px; |
michael@0 | 9 | position:absolute; |
michael@0 | 10 | left:10px; |
michael@0 | 11 | } |
michael@0 | 12 | </style> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body> |
michael@0 | 15 | <div style="top:0px; z-index:0">Hello</div> |
michael@0 | 16 | <div style="top:200px; z-index:1">Hello</div> |
michael@0 | 17 | <div style="opacity:0.5; top:100px; z-index:2">Hello</div> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |