Advertisement
Lyend

menu.css

Jan 31st, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.25 KB | None | 0 0
  1. #menu {
  2.     list-style: none;
  3.     padding: 0;
  4.     margin: 0;
  5.     width: 774px;
  6.     height: 210px;
  7.     background: url('http://i.imgur.com/lbLk4Fv.jpg') no-repeat;
  8.     position: relative;
  9. }
  10. #menu span {
  11.     display: none;
  12.     position: absolute;
  13. }
  14. #menu a {
  15.     display: block;
  16.     text-indent: -900%;
  17.     position: absolute;
  18.     outline: none;
  19. }
  20. #menu a:hover {
  21.     background-position: left bottom;
  22. }
  23. #menu a:hover span{
  24.     display: block;
  25. }
  26. #menu .home {
  27.     width: 144px;
  28.     height: 58px;
  29.     background: url('http://i.imgur.com/WYWMtkD.gif') no-repeat;
  30.     left: 96px;
  31.     top: 73px;
  32. }
  33. #menu .home span {
  34.     width: 86px;
  35.     height: 14px;
  36.     background: url('http://i.imgur.com/JEZqk2z.gif') no-repeat;
  37.     left: 28px;
  38.     top: -20px;
  39. }
  40. #menu .about {
  41.     width: 131px;
  42.     height: 51px;
  43.     background: url('http://i.imgur.com/fUOkanl.gif') no-repeat;
  44.     left: 338px;
  45.     top: 97px;
  46. }
  47. #menu .about span {
  48.     width: 40px;
  49.     height: 12px;
  50.     background: url('http://i.imgur.com/zhroZzP.gif') no-repeat;
  51.     left: 44px;
  52.     top: 54px;
  53. }
  54. #menu .rss {
  55.     width: 112px;
  56.     height: 47px;
  57.     background: url('http://i.imgur.com/ZhgktQN.gif') no-repeat;
  58.     left: 588px;
  59.     top: 94px;
  60. }
  61. #menu .rss span {
  62.     width: 92px;
  63.     height: 20px;
  64.     background: url('http://i.imgur.com/2wdxVlV.gif') no-repeat;
  65.     left: 26px;
  66.     top: -20px;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement