Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <html>
2 <head>
3 <style>
4 #TB_window
5 {
6 border: 1px solid red;
7 position: fixed;
8 top: 0;
9 left: 0;
10 }
12 #TB_overlay {
13 height: 200px;
14 left: 10px;
15 position: fixed;
16 top: 80px;
17 width: 200px;
19 opacity: 0.1;
21 background-color: green;
22 }
23 </style>
24 </head>
25 <body>
26 SOME CONTENT
27 <div id="TB_overlay">
28 </div>
29 <div id="TB_window"></div>
31 </body>
32 </html>