I have a CSS mouseover slider fully functional here http://jsfiddle.net/gU4sw/13/ .
When I add this code do wordpress page, it doesn’t work… 🙁
Can anyone take a look and suggest a quick fix please ? 🙂
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.
When i saw your code there is an unclosed
<p>which is look like this<p></a>. In your WP code it’s look like this:So, remove that unnecessary
P.