Advertisement
Guest User

Plug-in Code

a guest
Jun 26th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <div id="cimy_div_id">Loading images...</div>
  2. <div class="cimy_div_id_caption"></div>
  3. <style type="text/css">
  4. #cimy_div_id {
  5. float: left;
  6. margin: 1em auto;
  7. border: 1px solid #000000;
  8. width: 900px;
  9. height: 200px;
  10. }
  11. div.cimy_div_id_caption {
  12. position: absolute;
  13. margin-top: 175px;
  14. margin-left: -75px;
  15. width: 150px;
  16. text-align: center;
  17. left: 50%;
  18. padding: 5px 10px;
  19. background: black;
  20. color: white;
  21. font-family: sans-serif;
  22. border-radius: 10px;
  23. display: none;
  24. z-index: 2;
  25. }
  26. </style>
  27. <noscript>
  28. <div id="cimy_div_id_nojs">
  29. <img id="cimy_img_id" src="http://creative-coast.co.cc/wp-content/Cimy_Header_Images/creativecoastlogo.png" alt="" />
  30. </div>
  31. </noscript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement