Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2016
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. #banners {
  2.     position:relative;
  3.     height:auto;
  4.     width:950px;
  5.     margin:0px auto;
  6. }
  7. #banners img{
  8.     position:absolute;
  9.     z-index:1;
  10. }
  11. #banners img.active{
  12.     z-index:3;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement