Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Salsaluz</title>
  4. </head>
  5. <body>
  6. <img class ="logo" src="logo.png" width="8%" height="8%" />
  7. <img class = "header" src="header.png" width="200%" height="9%"/>
  8. <a href="index.html"> <img class ="buttonhome" src="buttons/home.png" width="8.5%" height="9%" onmouseover= "this.src='buttons/home1.png'" onmouseout= "this.src='buttons/home.png'"/> </a>
  9. <a href="kuba.html"> <img class ="buttonkuba" src="buttons/kuba.png" width="8.5%" height="9%"onmouseover= "this.src='buttons/kuba1.png'" onmouseout= "this.src='buttons/kuba.png'"/> </a>
  10. <a href="kontakt.html"> <img class ="buttonkontakt" src="buttons/kontakt.png" width="8.5%" height="9%"onmouseover= "this.src='buttons/kontakt1.png'" onmouseout= "this.src='buttons/kontakt.png'"/> </a>
  11. <a href="tanzen.html"> <img class ="buttontanzen" src="buttons/tanzen.png" width="8.5%" height="9%"onmouseover= "this.src='buttons/tanzen1.png'" onmouseout= "this.src='buttons/tanzen.png'"/> </a>
  12. <a href="unterkunft.html"> <img class ="buttonunterkunft" src="buttons/unterkunft.png" width="8.5%" height="9%"onmouseover= "this.src='buttons/unterkunft1.png'" onmouseout= "this.src='buttons/unterkunft.png'"/> </a>
  13. <a href="http://www.facebook.com"> <img class ="buttonfb" src="buttons/fb.png" width="3%" height="5%"</a>
  14. <a href="http://www.twitter.com"> <img class ="buttontwitter" src="buttons/twitter.png" width="3%" height="5%"</a>
  15. <a href="http://www.google.com"> <img class ="buttongoogle" src="buttons/google.png" width="3%" height="5%"</a>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. <style type= "text/css">
  24. .header
  25. {
  26. position:fixed;
  27. top:0px;
  28. left:0px;
  29. z-index: -1;
  30. }
  31.  
  32. .buttonhome
  33. {
  34. position:fixed;
  35. top: 0px;
  36. left: 300px;
  37. }
  38. .buttonkuba
  39. {
  40. position:fixed;
  41. top: 0px;
  42. left: 450px;
  43. }
  44. .buttontanzen
  45. {
  46. position:fixed;
  47. top: 0px;
  48. left: 600px;
  49. }
  50. .buttonunterkunft
  51. {
  52. position:fixed;
  53. top: 0px;
  54. left: 750px;
  55. }
  56. .buttonkontakt
  57. {
  58. position:fixed;
  59. top: 0px;
  60. left: 900px;
  61. }
  62.  
  63. .buttonfb
  64. {
  65. position:fixed;
  66. top: 4px;
  67. left: 1200px;
  68. }
  69. .buttontwitter
  70. {
  71. position:fixed;
  72. top: 4px;
  73. left: 1260px;
  74. }
  75. .buttongoogle
  76. {
  77. position:fixed;
  78. top: 4px;
  79. left: 1320px;
  80. }
  81.  
  82. .logo
  83. {
  84. position:fixed;
  85. top:1px;
  86. left:50px;
  87. }
  88.  
  89.  
  90.  
  91.  
  92. </style>
  93.  
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement