Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 10th, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Image alignment takes 100% of the paragraph
  2. <div id="descriptionContainer" style="width: 100%; height: 60%; bottom: 20px; border: none; ">
  3.     <div id="scrollbar1">
  4.         <div class="scrollbar">
  5.             <div class="track">
  6.                 <div class="thumb">
  7.                     <div class="end"></div>
  8.                 </div>
  9.             </div>
  10.         </div>
  11.         <div class="viewport">
  12.             <div class="overview">
  13.                 <p> <img src="myImage.png" align="left" width="350" height="400" /> Lorem ipsum dolor sit amet consectetur.... </p>
  14.             </div>
  15.         </div>
  16.     </div>
  17.     <img src="img/spacer.png" width="100%" height="100%" />
  18. </div>
  19.        
  20. <img src="img/spacer.png" width="100%" height="100%" />
  21.        
  22. <img src="img/spacer.png" width="100%" height="100%" />
  23.        
  24. <img src="img/spacer.png" />
  25.        
  26. <img src="img/spacer.png" width="[size]px" height="[size]px" />