Skip to content

Instantly share code, notes, and snippets.

@mtwstudios
Created October 26, 2011 00:01
Show Gist options
  • Save mtwstudios/1314850 to your computer and use it in GitHub Desktop.
Save mtwstudios/1314850 to your computer and use it in GitHub Desktop.
#rotator
{
cursor: pointer;
overflow: hidden;
margin: 0px auto 5px;
position: relative;
width: 400px;
height: 185px;
}
#rotator img
{
border: 0;
cursor: pointer;
width: 400px;
height: 185px;
position: absolute;
left: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment