5 legend { height:
10px; border:
1px solid blue; }
6 fieldset { margin-bottom:
10px; -webkit-border-radius:
5px; height:
20px;}
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; }
10 #col1 { float: left; }
11 #col2 { float: left; margin-left:
70px; }
12 #col3 { margin-left:
450px; }
17 <!-- border rendering tests -->
19 <fieldset class=
"render" style=
"width: 100px;">
22 <fieldset class=
"render" style=
"width: 100px;">
23 <legend style=
"width: 108%;"></legend>
25 <fieldset class=
"render" style=
"width: 100px;">
26 <legend style=
"width: 112%;"></legend>
28 <fieldset class=
"render" style=
"width: 100px;">
29 <legend style=
"width: 117%;"></legend>
31 <fieldset class=
"render" style=
"width: 100px;">
32 <legend style=
"margin-left: -12px;"></legend>
34 <fieldset class=
"render" style=
"width: 100px; border-width: 15px; border-style: solid;">
35 <legend style=
"margin-left: -12px;"></legend>
37 <fieldset class=
"render" style=
"width: 100px; border-width: 15px; border-style: solid; -webkit-border-radius: 20px;">
38 <legend style=
"margin-left: -12px;"></legend>
42 <fieldset class=
"render" style=
"width: 100px;">
43 <legend style=
"margin-left: -16px;"></legend>
45 <fieldset class=
"render" style=
"width: 100px;">
46 <legend style=
"margin-left: -21px;"></legend>
48 <fieldset class=
"render" style=
"width: 100px;">
49 <legend style=
"margin-left: -69px;"></legend>
51 <fieldset class=
"render" style=
"width: 100px;">
52 <legend style=
"margin-left: -74px;"></legend>
54 <fieldset class=
"render" style=
"width: 100px;">
55 <legend style=
"margin-left: 115%;"></legend>
57 <fieldset class=
"render" style=
"width: 100px;">
58 <legend style=
"margin-left: 120%;"></legend>
63 <fieldset style=
"width: 100px;">
64 <legend style=
"width: 150px;"></legend>
66 <fieldset style=
"width: 100px;">
67 <legend style=
"width: 90px; margin: 30px;"></legend>
69 <div class=
"rel" style=
"width: 100px;">
71 <legend style=
"width: 150px;"></legend>
74 <div class=
"rel" style=
"width: 300px;">
75 <fieldset style=
"width: 100; margin: auto;">
76 <legend style=
"width: 150px;"></legend>
79 <div class=
"rel" style=
"width: 100px;">
80 <fieldset style=
"position: absolute;">
81 <legend style=
"width: 150px;"></legend>
85 <fieldset style=
"position: absolute; width: 100px;">
86 <legend style=
"width: 150px;"></legend>
89 <div class=
"rel" style=
"width: 300px;">
90 <fieldset style=
"position: absolute; left: 100px; right: 100px;">
91 <legend style=
"width: 150px;"></legend>
94 <fieldset style=
"display: inline; width: 100px;">
95 <legend style=
"width: 150px;"></legend>
97 <fieldset style=
"width: 100px;">
98 <legend style=
"width: 150%;"></legend>