PayneLess_Designs

PayneLess Designs - Marquee Over BG Image (Transparent BG)

Apr 10th, 2010
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3.   <title>Marquee Over BG Image (Transparent BG)</title>
  4.   <meta http-equiv="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
  5.   <meta name="created" content="Mon, 08 Feb 2010 02:34:56 GMT">
  6.   <meta http-equiv="content-type" content="text/html;charset=utf-8">
  7.   <meta name="description" content="">
  8.   <meta name="keywords" content="">
  9.   <style type="text/css">
  10. div#bg_image {
  11. width: 860px;
  12. height: 301px;
  13. margin: 0 auto;
  14. background: url(../../../Users/Ron/Documents/CoffeeCup Software/HTML Editor/Projects/PayneLess Designs (New)/imgs/backgrounds/bg_dplate.png) no-repeat center scroll;
  15. }
  16.  
  17. marquee {
  18. background: transparent;
  19. line-height: 100px;
  20. }
  21.  
  22. span.text {
  23. color: #fff;
  24. font-size: 24pt;
  25. font-weight: 900;
  26. }
  27.  
  28. img {
  29. vertical-align: middle;
  30. }
  31. </style>
  32. </head>
  33. <body>
  34. <div id="bg_image">
  35. <marquee direction="left" scrollAmount="4"><span class="text">This is cool with image:</span> <img src="http://img362.imageshack.us/img362/4770/justsayhi86geekqn5.jpg"></marquee>
  36. </div>
  37. </body></html>
Add Comment
Please, Sign In to add comment