Created
October 26, 2011 00:01
-
-
Save mtwstudios/1314850 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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