Drown Down/Overlapping Content Script
http://www.dynamicdrive.com/dynamici...lapcontent.htm
Is is possible to modify this so that the div fades out slowly on mouseleave? It's great now but with this, it would be amazing! :)
Drown Down/Overlapping Content Script
http://www.dynamicdrive.com/dynamici...lapcontent.htm
Is is possible to modify this so that the div fades out slowly on mouseleave? It's great now but with this, it would be amazing! :)
Well, it's pretty simple if you use a framework such as jQuery to add the fade out feature. Firstly, add the below to the head of your page:
Then, use the modified .js script instead, which uses jQuery to fade out the drop down content onMouseout.Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
DD Admin
Bookmarks