Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*credits to sekaiis. paste this code before /style */
- #boxthingy {
- width:150px; /*change the width*/
- height:100px; /*change the height*/
- background-color:#ffffff; /*if you want it to be transparent, replace the hex code with transparent*/
- right:10px; /*positioning stuff*/
- bottom:10px; /*positioning stuff*/
- position:fixed;
- overflow:auto; }
- <!--paste this code after body-->
- <div id="boxthingy">Text/image/anything goes here.</div>
Advertisement
Add Comment
Please, Sign In to add comment