I actually use the css function: hover over my div and not jquery. The problem is that the div disappears when the cursor exits the div. I also avoid using a function display:block;because I cannot take advantage of the css transparency functions. I saw other posts that solve the issue using all of the built jquery code. I was wondering if this can be done without rewriting all the code in jquery.
Here is the fiddle http://jsfiddle.net/dandecasa/k22UG/1/
As you can see, when you turn the black div to the left, the #zobbigmenu div appears. Is it possible to see this when the cursor is in the div #zobbigmenu?
Thanks for helping
source
share