sehunnieoppa

Scrollbox Thingy Code CSS

Jul 10th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /*credits to sekaiis. paste this code before /style */
  2. #boxthingy {
  3. width:150px; /*change the width*/
  4. height:100px; /*change the height*/
  5. background-color:#ffffff; /*if you want it to be transparent, replace the hex code with transparent*/
  6. right:10px; /*positioning stuff*/
  7. bottom:10px; /*positioning stuff*/
  8. position:fixed;
  9. overflow:auto; }
  10.  
  11. <!--paste this code after body-->
  12.  
  13. <div id="boxthingy">Text/image/anything goes here.</div>
Advertisement
Add Comment
Please, Sign In to add comment