I need to show a div when you house over its parent (default is for the child div to be hidden). Is the only way to do this with javascript? Thanks
Using jQuery you can add a mouseover event to the parent div, and show the child div. See this fiddle as an example.
mouseover
show