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

ShareCode

1  <style type='text/css'>2  .wrapper {3 margin: 0 auto;4 height: 700px;5 width: 650px;6 position: relative;7 }8 9 .sidebar {10  background-color: #ddd;11  float: left;12  width: 300px;13  height: 700px;14 }15 16 .main {17 float: right;18  background-color: blue;19  width: 300px;20  height: 700px;21 }22 23 .menu {24  background-color: orange;25  position: fixed;26  width: 30px;27  height: 30px;28 }29  </style>30 31 <div class="wrapper">32  <div class="sidebar">sestrset33  </div>34  <div class="main">35  adfasfads<br>36  adfasfads<br>37  adfasfads<br>38  adfasfads<br>39  40  <div class="menu">we</div>41  </div>42 43 </div>44  45 
Enlace
El enlace para compartir es: