User that use Internet Explorer 9 all report that Chronoforms with tabs ( Areas - container type Tabs Area) do not show the tabs area. The rest of the forms are visible, but the tab area is not. This seems specific for this version of IE.
Does this ring a bell?
And what is the solution?
Ben
The Load CSS I use for the tabarea is
Does this ring a bell?
And what is the solution?
Ben
The Load CSS I use for the tabarea is
dl.tabs {
clear: both;
float: left;
margin: 10px 0 0;
z-index: 50;
}
dl.tabs dt {
background: none repeat scroll 0 0 #F0F0F0;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
color: #666666;
float: left;
margin-right: 3px;
padding: 4px 10px;
}
dl.tabs dt.open {
background: none repeat scroll 0 0 #6E003D;
border-bottom: 1px solid #F9F9F9;
color: #FFFFFF;
z-index: 100;
}
div.current {
border: 1px solid #A1A1A1;
clear: both;
max-width: 100%;
padding: 10px;
}
div.current dd {
margin: 0;
padding: 0;
}
dl#content-pane.tabs {
margin: 1px 0 0;
}