Guest User

Untitled

a guest
Jan 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!--
  2. Don't forget to add:
  3. <html xmlns:v="urn:schemas-microsoft-com:vml">
  4. -->
  5. <!--[if gte mso 9]>
  6. <v:image xmlns:v="urn:schemas-microsoft-com:vml" style='behavior: url(#default#VML);
  7. display: inline-block;
  8. position: absolute;
  9. height: ${1:100}px;
  10. width: ${2:100}px;
  11. top: 0;
  12. left: 0;
  13. border: 0;
  14. z-index: 1;'
  15. src="${3:image-url}"/>
  16. <v:shape xmlns:v="urn:schemas-microsoft-com:vml" style='behavior: url(#default#VML);
  17. display: inline-block;
  18. position: absolute;
  19. height: $1px;
  20. width: $2px;
  21. top: -5;
  22. left: -10;
  23. border: 0;
  24. z-index: 2;'>
  25. <div>
  26. <![endif]-->
  27.  
  28. ${4:All of your content that will be floating over the background image.}
  29.  
  30. <!--[if gte mso 9]>
  31. </div>
  32. </v:shape>
  33. <![endif]-->
Add Comment
Please, Sign In to add comment