easySlider 1.7 jQuery plugin (viewable at http://www.lunchboxbill.co.uk/) when animating hides the image fine, but not the <span> text also used within the <a> for the title.
Have I missed something really obvious?
Thanks in advance.
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.
you are missing a position: relative inside your slider, and then you can adjust the slider a span to have top:0 instead of top:11 and it will fix it for you.