Return to Snippet

Revision: 6796
at June 15, 2008 10:13 by cr4zyguy


Initial Code
html.js fieldset.collapsed{ border-bottom-width:0; border-left-width:0; border-right-width:0; margin-bottom:0; height:1em}html.js fieldset.collapsed *{ display:none}html.js fieldset.collapsed legend{ display:block}html.js fieldset.collapsible legend a{ padding-left:18px;/* LTR */  background:url(images/menu-expanded.png) 5px 75% no-repeat;/* LTR */}html.js fieldset.collapsed legend a{  background-image:url(images/menu-collapsed.png);/* LTR */ background-position:5px 50%;/* LTR */}* html.js fieldset.collapsed legend,* html.js fieldset.collapsed legend *,* html.js fieldset.collapsed table *{ display:inline}html.js fieldset.collapsible{ position:relative}html.js fieldset.collapsible legend a{ display:block}html.js fieldset.collapsible .fieldset-wrapper{ overflow:auto}

Initial URL


Initial Description


Initial Title
Drupal CSS: Collapsing Fieldsets

Initial Tags
css, drupal

Initial Language
CSS