Hi, is there any way to make div#third whole visible? http://codepen.io/joe/pen/vpokB
Thanks for replies, Vasek
@Vasek17, change overflow-x: hidden; overflow-y: visible; in #first to overflow: visible;
overflow-x: hidden; overflow-y: visible;
overflow: visible;
@ChrisP Yes, I know it would help but I need overflow-x set to hidden.
@Vasek17, then I don't think you will be able to make it work..why do you need overflow-x hidden?
Well, it's content slider which scrolls horizontally and i need one slide to overflow .
Hi, is there any way to make div#third whole visible? http://codepen.io/joe/pen/vpokB
Thanks for replies, Vasek
@Vasek17, change
overflow-x: hidden; overflow-y: visible;in #first tooverflow: visible;@ChrisP Yes, I know it would help but I need overflow-x set to hidden.
@Vasek17, then I don't think you will be able to make it work..why do you need overflow-x hidden?
Well, it's content slider which scrolls horizontally and i need one slide to overflow .