1 .global{
2 height:100%;
3 display:block;
4 padding:0;
5 overflow:hidden;
6 }
7
8 .panel_superior{
9 position:absolute;
10 top:0;
11 left:0;
12 right:0;
13 height:64px;
14 overflow:hidden;
15 background-color:#E0E0E0;
16 text-align:center;
17 }
18
19 .panel_inferior{
20 position:absolute;
21 bottom:0;
22 left:0;
23 right:0;
24 height:32px;
25 overflow:hidden;
26 background-color:#D0D0D0;
27 text-align:center;
28 font-size:13px;
29
30 }
31
32 .contenedor{
33 position:absolute;
34 top:64px;
35 bottom:32px;
36 left:0;
37 right:0;
38
39 }
40
41 .panel_izquierdo{
42 height:100%;
43 float:left;
44 width:100px;
45 background-color:#999;
46 }
47
48 .panel_central{
49 height:100%;
50 background-color:#CCC;
51 }
52
53 .panel_derecho{
54 height:100%;
55 float:right;
56 width:100px;
57 background-color:#999;
58 }
59
60
Enlace
El enlace para compartir es: