legend-position-relative-ref.html (334B)
1 <!DOCTYPE html> 2 <title>Reference for legend position: relative</title> 3 <style> 4 div { display: inline-block; background: lime; } 5 .a { width: 100px; height: 200px; } 6 .b { width: 100px; height: 100px; } 7 .c { width: 200px; height: 200px; } 8 </style> 9 <p>There should be no red.</p> 10 <div class=a></div><div class=b></div><div class=c></div>