Nuestro conocimiento compartido. Nuestro tesoro compartido. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

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