Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.61 KB | None | 0 0
  1.  
  2. #acceuil{
  3.     background-image: url("sources/bt/accueil.png");
  4.     height: 50px;
  5.     width: 100px;
  6.     background-repeat: no-repeat;
  7. }
  8. #acceuil:hover{
  9.     background-image: url("sources/bt/accueil_surv.png");
  10. }
  11. #acceuil:active{
  12.     background-image: url("sources/bt/accueil_appui.png");
  13. }
  14. #lesiles{
  15.     background-image: url("sources/bt/lesiles.png");
  16.     height: 50px;
  17.     width: 100px;
  18.     background-repeat: no-repeat;
  19. }
  20. #lesiles:hover{
  21.     background-image: url("sources/bt/lesiles_surv.png");
  22. }
  23. #lesiles:active{
  24.     background-image: url("sources/bt/lesiles_appui.png");
  25. }
  26. #cngetcip{
  27.     background-image: url("sources/bt/CNGetCIP.png");
  28.     height: 50px;
  29.     width: 100px;
  30.     background-repeat: no-repeat;
  31. }
  32. #cngetcip:hover{
  33.     background-image: url("sources/bt/CNGetCIP_surv.png");
  34. }
  35. #cngetcip:active{
  36.     background-image: url("sources/bt/CNGetCIP_appui.png");
  37. }
  38.  
  39.  
  40. #nature{
  41.     background-image: url("sources/bt/nature.png");
  42.     height: 50px;
  43.     width: 100px;
  44.     background-repeat: no-repeat;
  45. }
  46. #nature:hover{
  47.     background-image: url("sources/bt/nature_surv.png");
  48. }
  49. #nature:active{
  50.     background-image: url("sources/bt/nature_appui.png");
  51. }
  52.  
  53. #historique{
  54.     background-image: url("sources/bt/Historique.png");
  55.     height: 50px;
  56.     width: 100px;
  57.     background-repeat: no-repeat;
  58. }
  59. #historique:hover{
  60.     background-image: url("sources/bt/Historique_surv.png");
  61. }
  62. #historique:active{
  63.     background-image: url("sources/bt/Historique_appui.png");
  64. }
  65.  
  66. #contact{
  67.     background-image: url("sources/bt/contact.png");
  68.     height: 50px;
  69.     width: 100px;
  70.     background-repeat: no-repeat;
  71. }
  72.  
  73. #contact:active{
  74.     background-image: url("sources/bt/contact_appui.png");
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement