Guest User

Untitled

a guest
May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. HTML
  2. ====
  3.  
  4. <li class="selected"><a class="mainpage" ...
  5. <li><a class=contact ...
  6.  
  7. CSS
  8. ===
  9.  
  10. #menu2 .mainpage {
  11. background-image: ...
  12. }
  13.  
  14. #menu2 .contact {
  15. background-image: ...
  16. }
  17.  
  18. #menu2 .selected .mainpage {
  19. background-image: ...
  20. }
  21.  
  22. #menu2 .selected .contact {
  23. background-image: ...
  24. }
Add Comment
Please, Sign In to add comment