.accord-header { font-weight: bold; background: #ffffff; /* Old browsers */ background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Safari6 and under */ background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ border: 1px solid #ccc; padding: 2px 0 3px 8px; overflow: hidden; font-size: 15px; cursor: pointer; } .accord-header:hover{ background: #ffffff; /* Old browsers */ background: -webkit-linear-gradient(top, #ffffff 0%,#edf6f3 49%,#f3f3f3 50%,#dbe6ed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ background: linear-gradient(to bottom, #ffffff 0%,#edf6f3 49%,#f3f3f3 50%,#dbe6ed 51%,#ffffff 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ } .accord-arrow{ display: inline-block; *display: inline; *zoom:1; padding: 0px 4px 0px 6px; margin-left: -7px; -webkit-transition: all 0.16s ease-in-out; transition: all 0.16s ease-in-out; } .accord-section-open .accord-arrow{ -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); padding-bottom: -2px; } .accord-content { *visibility:hidden; max-height: 0; overflow: hidden; -webkit-transition: max-height 0.16s ease-in-out; transition: max-height 0.16s ease-in-out; padding-left: 8px; margin: 2px 10px 0 23px; } .accord-section-open>.accord-content { max-height: 510px; *visibility:visible; margin: 3px 10px 3px 23px; }