css overflow hidden issue

mikeH

New Member
I'm having an issue with with ResponsiveSlides.js.
On my site I'm having an overflow issue with the slider in the clients section. When the slide changes you'll notice the images overlap the red block in the client section. I believe I have added the correct properties in my CSS. Below is a CSS snippet:\[code\].rslides li:first-child { position: relative; display: block; float: left;}.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}.rslides1 li { width: 100%; overflow: hidden; max-width: 800px;}\[/code\]The CSS above is the default CSS for the slider. Below are elements I have added to suit my site:\[code\].clinet-slide-img { width: 100%;}.left-side { float: left; width: 50%;}\[/code\]Is there anything I am missing?
 
Back
Top