1482403-1-ref.html (655B)
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 6 <title>Bug 1482403</title> 7 <style type="text/css"> 8 #col2 { 9 display: inline-block; 10 height: 35px; 11 background: orange; 12 filter: sepia(0.2); 13 } 14 15 #subnav { 16 display: block; 17 position: absolute; 18 top: 25px; 19 left: 0; 20 } 21 </style> 22 </head> 23 24 <body> 25 <div>Column 1</div> 26 <div id="col2">Column 2 27 <div id="subnav" style=""> 28 <ul> 29 <li>Item 1</li> 30 <li>Item 2</li> 31 </ul> 32 </div> 33 </div> 34 </body> 35 </html>