Advertisement
Guest User

Menu

a guest
Feb 2nd, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. #menu-item-900 a {
  2.     background: url(images/vitutantextlogo.png) center no-repeat !important;
  3.     text-indent: -999999px;
  4.     width: 60px;
  5. }
  6.  
  7. #menu-item-900 a:hover {
  8.     background: url(images/svartutantextlogo.png) center no-repeat !important;
  9. }
  10.  
  11. #menu-item-900 a:active {
  12.     background: url(images/svartutantextlogo.png) center no-repeat !important;
  13. }
  14.  
  15. #menu-item-900.current-menu-item {
  16.  
  17.     background: url(images/svartutantextlogo.png) center no-repeat !important;
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement