Guest User

Untitled

a guest
Apr 19th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <html>
  2. <body>
  3. <div style="width:300px; height:300px; position:absolute; background-color:green; -webkit-transform:rotate(-30deg)translateZ(0); left:200px; top:100px;">
  4.   <div style="width:250px; height:250px; overflow:scroll; margin:25px; opacity:0.5;">
  5.     <div style="width:10000px; height:10000px;"></div>
  6.     <div style="position:fixed; left:0px; top:0px; width:50px; height:50px;background-color:red;"></div>
  7.   </div>
  8. </div>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment