Jump to content

tabs disappear when moused over


Guest lousueyesh

Recommended Posts

Guest lousueyesh

In using the 'dynamic-tab-pane-control' feature of the css stylesheet, the tabs many times disappear when I mouse over them. I have to mouse over again to make them appear.This occurs frequently when I am accessing a remote website, but if I access localhost, it doesn't disappear as frequently.Is there anyway I can modify or add any codes to prevent the tabs from disappearing ???Thanks in advance for helpful feedbacks!tab.css stylesheet below:===================================================.dynamic-tab-pane-control.tab-pane { position: relative; width: 100%;}.dynamic-tab-pane-control .tab-row .tab { font-family: Helvetica, Arial,sans-serif; font-size: 8pt; font-weight: normal; text-align: center; cursor: Default; display: inline; margin: 1px -5px 1px 5px; float: left; padding: 3px 0px 0px 0px; width: 75px; height: 23px; background-image: url("/jsp/applications/images/navigation/top_tab_on.gif"); background-repeat: no-repeat; cursor: hand; cursor: pointer; z-index: 1; position: relative; top: 2px;}.dynamic-tab-pane-control .tab-row .tab.selected { z-index: 3; padding: 3px 0px 0px 0px; margin: 1px -6px -2px 0px; top: 2px; width: 75px; height: 23px; background-image: url("/jsp/applications/images/navigation/top_tab_off.gif"); background-repeat: no-repeat;}.dynamic-tab-pane-control .tab-row .tab a { font-family: Helvetica, Arial, sans-serif; font-size: 8pt; color: white; text-decoration: none; cursor: hand; cursor: pointer; }.dynamic-tab-pane-control .tab-row .tab.selected a { color: black;}.dynamic-tab-pane-control .tab-page { clear: both; border: 2px solid #dddddd; background: White; z-index: 2; position: relative; top: 0px; color: Black; font-family: Helvetica, Arial,sans-serif; font-size: 8pt; padding: 10px; height: 365px; overflow: auto;}.dynamic-tab-pane-control .tab-row { z-index: 1; white-space: nowrap; height: 0px; width: 100%;}===================================================

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...