edlopez

alto position absolute

Jan 5th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4.  
  5. .alto-block {
  6.     height: 100%;
  7.     position: relative;
  8.     width: 100%;
  9. }
  10. .alto-text {
  11.     height: 100%;
  12.     left: 0;
  13.     position: absolute;
  14.     top: 0;
  15.     width: 100%;
  16. }
  17. .alto-block div.t-block, .alto-block div.t-block p, .alto-block div.t-block p span {
  18.     display: inline-block;
  19.     margin: 0;
  20.     padding: 0;
  21.     position: absolute;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="alto-block">
  27.   <div class="alto-text">
  28.     <div style="height: 35px; width: 159px; left: 203px; top: 83px; " class="t-block" id="PAG_1_TB000001">
  29.       <p style="height: 35px; width: 159px; left: 203px; top: 83px; " id="PAG_1_TL000001">
  30.         <span style="height: 35px; width: 10px; left: 203px; top: 83px; " id="PAG_1_ST000001">T</span>
  31.         <span style="height: 35px; width: 30px; left: 215px; top: 83px; " id="PAG_1_ST000002">*</span>
  32.         <span style="height: 17px; width: 17px; left: 242px; top: 83px; " id="PAG_1_ST000003">T</span>
  33.         <span style="height: 22px; width: 16px; left: 262px; top: 94px; " id="PAG_1_ST000004">«</span>
  34.         <span style="height: 25px; width: 39px; left: 323px; top: 83px; " id="PAG_1_ST000005">?"</span>
  35.       </p>
  36.     </div>
  37.   </div>
  38. </div>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment