Does anyone ever use this slider:
http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html.
I need someone’s advice on how to remove the navigation and only show while on hover.. thanks
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.
Im not sure how you want to remove the navigation but then show (the images?) on hover?
Do you mean you want the images to slide when you hover over the links? And you want the Title and Description bar removed?
Remove the background img from the css :
Remove these two elements in the html:
In script.js look for this line:
Change the onclick to mouseOver
In response to your clarification:
Put this on the top inside the body or head(not sure which is faster)
Haven’t tested this..Really hope that helps you