Guest User

goSupermodel Codes

a guest
Jul 3rd, 2013
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Eine Box:
  2. <div style="background-image:url(BILDERLINK HIER ERSETZEN); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  3. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
  4.  
  5. Zwei Boxen:
  6. <div style="background-image:url(BILDERLINK HIER ERSETZEN); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  7. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
  8. <div style="position:absolute; left:200px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
  9.  
  10. Drei Boxen:
  11. <div style="background-image:url(BILDERLINK HIER ERSETZEN); background-repeat:no-repeat; width:731px; height:400px; position:relative; margin-left:-7px; margin-top:-21px; margin-bottom:-20px;">
  12. <div style="position:absolute; left:100px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
  13. <div style="position:absolute; left:200px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
  14. <div style="position:absolute; left:300px; top:10px; width:100px; height:100px; overflow:auto; float:left; line-height:145%; opacity:1;">Text hier.</div>
Advertisement
Add Comment
Please, Sign In to add comment