hi StackOverflow! I have a problem with JQuery and the following markup.
<div id="ParentContainer">
<div class="main">
<div class="sub1"></div>
<div class="sub2">
text
</div>
</div>
</div>
I need the ParentContainer to fade into view when the cursor hovers over a link (outside of this markup). this works but I need to then use the fadeout method when the cursor moves outside of the ParentContainer div. Is that possible?
Many Thanks,