Skip to content

Instantly share code, notes, and snippets.

@griffiths
Created October 17, 2012 20:33
Show Gist options
  • Save griffiths/3907973 to your computer and use it in GitHub Desktop.
Save griffiths/3907973 to your computer and use it in GitHub Desktop.
.z-contain {
width:600px;
height:600px;
background-color:#eee;
position:relative;
}
.pop {
position: absolute;
width:300px;
height:300px;
}
.pop:hover {
z-index:1;
}
.one {
top: 40px;
left: 40px;
background-color: lime;
}
.two {
top: 60px;
left: 60px;
background-color: yellow;
}
.three {
top: 80px;
left: 80px;
background-color: blue;
}
.four {
top: 100px;
left: 100px;
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment