1 HTML, BODY { /* Esto es importante */2 display:block;;3 height:100%;4 overflow:hidden;5 /* Estilo */6 font-family:sans-serif;7 }8 9 #pan_superior {10 position:absolute;11 height:64px;12 overflow:hidden;13 /* Estilo: */14 background-color:#E0E0E0;15 text-align:center;16 }17 18 #pan_inferior {19 position:absolute;20 height:32px;21 overflow:hidden;22 /* Estilo */23 background-color:#D0D0D0;24 text-align:center;25 font-size:13px;26 }27 28 #pan_central {29 position:absolute;30 top:64px;31 bottom:32px;32 /* Estilo */33 background-color:#E0E0E0;34 }35 36 37 #pan_izquierdo {38 height:100%;39 overflow-y:scroll;40 width:200px;41 float:left;42 /* Estilo */43 background-color:#A0C0F0;44 text-align:center;45 }46 47 #pan_derecho {48 height:100%;49 overflow-y:scroll;50 width:100px;51 float:right;52 /* Estilo */53 background-color:#A0C0E0;54 text-align:center;55 }56 57 #pan_centro {58 overflow:scroll;59 height:100%;60 /* Estilo */61 background-color:#F0F0F0;62 }63 64 .margen { /* Estilo */65 padding:16px;66 }
Enlace
El enlace para compartir es: