I am having trouble getting the rollover effect to work correctly on this page, and I can't seem to figure out what's causing the issue.
My CSS is quite basic:
open{visibility:hidden;}
open:hover{visibility:visible;}
If you would like to take a look at the page I'm working on, you can find it here.
I apologize for the messy code - I'm just trying to get the roll over effect to function properly as quickly as possible. Thank you for your patience!