Skip to content

Instantly share code, notes, and snippets.

@neilio
Created August 29, 2014 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilio/46fd68c39388f66ed1d7 to your computer and use it in GitHub Desktop.
Save neilio/46fd68c39388f66ed1d7 to your computer and use it in GitHub Desktop.
RISWS fix
.da-slider{
width: 100%;
height: 450px;
position: relative;
margin: 0 auto;
overflow: hidden;
background: transparent url(../img/slider-ny.jpg) repeat 0% 0%;
border-bottom: 5px solid #f6f6f6 !important;
-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
-webkit-transition: background-position 4s ease-in-out 0.3s;
-moz-transition: background-position 4s ease-in-out 0.3s;
-o-transition: background-position 4s ease-in-out 0.3s;
-ms-transition: background-position 4s ease-in-out 0.3s;
transition: background-position 4s ease-in-out 0.3s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment