Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #content {
  2. position:relative;
  3. width: 800px;
  4. height: 536px;
  5. border-bottom: 3px solid #0081ff;
  6. }
  7.  
  8. #content IMG {
  9. position:absolute;
  10. top:0;
  11. left:0;
  12. z-index:8;
  13. }
  14.  
  15. #content IMG.active {
  16. z-index:10;
  17. }
  18.  
  19. #content IMG.last-active {
  20. z-index:9;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement