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 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. 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(); } 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! Link to comment https://forums.phpfreaks.com/topic/184511-toggle-div/#findComment-974611 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.