Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2008 at 08:51 UTC
Updated:
19 Jan 2009 at 17:10 UTC
The CSS is missing from the package but it is in your demo site.
Changed only to hide the *first* fieldset's legend directly after the fieldset, as there might be other fieldsets/legends in the tab.
/* Hide fielset's first legends -- context is given by tab */
.vertical-tabs fieldset.vertical-tabs-fieldset > legend {
display: none;
}
Comments
Comment #1
quicksketchThis is a good idea, but we need to modify the markup so that we can use CSS that works in IE, since it doesn't support the ">" child selector.
Comment #2
quicksketchThe original CSS that caused this problem has been removed from Vertical Tabs. The first Fieldset Legend is now removed from the DOM and the CSS of other legends is left unaffected.