winchesterkirk

Side Image Code

Apr 16th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. **META NAMES**
  2.  
  3. <meta name="text:side image width" content="200px" />
  4. <meta name="text:side image left" content="750px" />
  5. <meta name="text:side image bottom" content="300px" />
  6. <meta name="image:side image" content=""/>
  7.  
  8.  
  9. **CSS**
  10.  
  11. #sideimage {
  12. position:fixed;
  13. margin-top:{text:side image bottom};
  14. margin-left:{text:side image left};
  15. }
  16.  
  17. #sideimage img {
  18. width:{text:side image width};
  19. }
  20.  
  21. **DIV**
  22.  
  23. <div id="sideimage"><img src="{image:side image}"></div>
Advertisement
Add Comment
Please, Sign In to add comment