5 legend { height:
10px; border:
1px solid blue; }
6 fieldset { margin-bottom:
10px; }
7 fieldset.render { border:
8px double; }
8 fieldset.render legend { height:
12px; width:
50px; background-color: rgba(
0,
128,
0,
0.3); border: none; }
9 div.rel { position: relative; height:
40px; }
13 <!-- border rendering tests -->
14 <fieldset class=
"render" style=
"width: 100px;">
17 <fieldset class=
"render" style=
"width: 100px;">
18 <legend style=
"width: 108%;"></legend>
20 <fieldset class=
"render" style=
"width: 100px;">
21 <legend style=
"width: 112%;"></legend>
23 <fieldset class=
"render" style=
"width: 100px;">
24 <legend style=
"width: 117%;"></legend>
26 <fieldset class=
"render" style=
"width: 100px;">
27 <legend style=
"margin-left: -12px;"></legend>
29 <fieldset class=
"render" style=
"width: 100px;">
30 <legend style=
"margin-left: -16px;"></legend>
32 <fieldset class=
"render" style=
"width: 100px;">
33 <legend style=
"margin-left: -21px;"></legend>
35 <fieldset class=
"render" style=
"width: 100px;">
36 <legend style=
"margin-left: -69px;"></legend>
38 <fieldset class=
"render" style=
"width: 100px;">
39 <legend style=
"margin-left: -74px;"></legend>
41 <fieldset class=
"render" style=
"width: 100px;">
42 <legend style=
"margin-left: 115%;"></legend>
44 <fieldset class=
"render" style=
"width: 100px;">
45 <legend style=
"margin-left: 120%;"></legend>
48 <fieldset style=
"width: 100px;">
49 <legend style=
"width: 150px;"></legend>
51 <fieldset style=
"width: 100px;">
52 <legend style=
"width: 90px; margin: 30px;"></legend>
54 <div class=
"rel" style=
"width: 100px;">
56 <legend style=
"width: 150px;"></legend>
59 <div class=
"rel" style=
"width: 300px;">
60 <fieldset style=
"width: 100; margin: auto;">
61 <legend style=
"width: 150px;"></legend>
64 <div class=
"rel" style=
"width: 100px;">
65 <fieldset style=
"position: absolute;">
66 <legend style=
"width: 150px;"></legend>
70 <fieldset style=
"position: absolute; width: 100px;">
71 <legend style=
"width: 150px;"></legend>
74 <div class=
"rel" style=
"width: 300px;">
75 <fieldset style=
"position: absolute; left: 100px; right: 100px;">
76 <legend style=
"width: 150px;"></legend>
79 <fieldset style=
"display: inline; width: 100px;">
80 <legend style=
"width: 150px;"></legend>
82 <fieldset style=
"width: 100px;">
83 <legend style=
"width: 150%;"></legend>