I am having a issue in a Content Slider that when I scroll (by clicking on 1,2,3,4,5-NAV) the content is not appearing properly in corners. I have used border-radius CSS but it’s not working during the animation.
See Here:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One part of the issue is to remove
background:whitefrom.slide_01_textand give it to its parent element. Now you still have to deal with images. Try to use the images as abackground-imageand give the<li>the sameborder-radiusas its parent. That should do it.