Line 24: | Line 24: | ||
/*styling for the accordion menu*/ | /*styling for the accordion menu*/ | ||
.accordion { | .accordion { | ||
− | background: linear-gradient( | + | background: -webkit-linear-gradient(#C0C0C0, #E6E6FA); /* Style for internet browsers */ |
+ | background: -moz-linear-gradient(#C0C0C0, #E6E6FA); | ||
+ | background: -ms-linear-gradient(#C0C0C0, #E6E6FA); | ||
+ | background: -o-linear-gradient(#C0C0C0, #E6E6FA); | ||
+ | background: linear-gradient(#C0C0C0, #E6E6FA); | ||
display: table; | display: table; | ||
width: 500px; | width: 500px; |
Revision as of 10:08, 10 June 2016