fieldset-003-ref.html (884B)
1 <!DOCTYPE html> 2 <link rel="author" title="Ana Sollano Kim" href="mailto:ansollan@microsoft.com"> 3 <p>There should be a light blue fieldset that starts in the first column and 4 ends in the third. Its blue violet legend should only be in the first column, 5 consuming the top border. The bottom border should only be in the third column. 6 </p> 7 <div style="float:left; border:60px solid pink; border-bottom:none; width:100px; height:0;"> 8 <div style="margin-top:-60px; background:lightblue; height:60px"></div> 9 <div style="margin-top:-55px; background:blueviolet; height:50px"></div> 10 </div> 11 <div style="float:left; margin-left:10px; border:60px solid pink; border-top:none; border-bottom:none; width:100px; height:10px; background:lightblue;"></div> 12 <div style="float:left; margin-left:10px; border:60px solid pink; border-top:none; width:100px; height:0; background:lightblue;"></div>