First tab does not display div when hovering
In my tabs, when the page is loaded, I hide all the divs for the tabs. When I hover over the first tab in the list, the div does not display. I have to hover over one of the other tabs first (which displays its div) and then hover back over the first one.
Has anyone encountered this problem?
Basically I'm trying to use the tabs as a menu instead of a standard tab control. When the page is loaded, all divs for the tabs should be hidden. It's not until the user hovers over a tab that the div should display.
Thanks,
Clem