liamloveslearning Posted December 9, 2009 Share Posted December 9, 2009 Hi everybody, I've recently tried to implement a sliding div similiar to this on my website (http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm) is it possible to have a div slide into view on hover? If so can anybody point me in the direction on how I can learn this Thanks Quote Link to comment https://forums.phpfreaks.com/topic/184511-toggle-div/ Share on other sites More sharing options...
Tazz Posted December 9, 2009 Share Posted December 9, 2009 Hi Check this out : http://tutorialzine.com/2009/12/colorful-content-accordion-css-jquery/ Look at the JavaScript. You'll be able to adjust it to suit your needs. Let me know if you struggle. Quote Link to comment https://forums.phpfreaks.com/topic/184511-toggle-div/#findComment-974116 Share on other sites More sharing options...
optikalefx Posted December 10, 2009 Share Posted December 10, 2009 using jquery ("#idofdiv").mouseover(function() { $(this).slideUp(); } Quote Link to comment https://forums.phpfreaks.com/topic/184511-toggle-div/#findComment-974547 Share on other sites More sharing options...
liamloveslearning Posted December 10, 2009 Author Share Posted December 10, 2009 thanks guys, thats a brilliant effect tazz; thanks again! Quote Link to comment https://forums.phpfreaks.com/topic/184511-toggle-div/#findComment-974611 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.