Advertisement
Guest User

Untitled

a guest
Nov 20th, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. #buttonOne {width:140px;height:60px;background-image:url(buttonOne.png);}
  5. #buttonOne:hover {width:140px;height:60px;background-image:url(buttonOneH.png);}
  6. #buttonTwo {width:140px;height:60px;background-image:url(buttonTwo.png);}
  7. #buttonTwo:hover {width:140px;height:60px;background-image:url(buttonTwoH.png);}
  8. #buttonThree {width:140px;height:60px;background-image:url(buttonThree.png);}
  9. #buttonThree:hover {width:140px;height:60px;background-image:url(buttonThreeH.png);}
  10. </style>
  11. </head>
  12. <body>
  13.  
  14. <div id="buttonOne">
  15. </div>
  16.  
  17. <div id="buttonTwo">
  18. </div>
  19.  
  20. <div id="buttonThree">
  21. </div>
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement