- Posts: 58
- Thank you received: 9
Ask the community, share ideas, and connect with other LimeSurvey users!
The JS does work in IE, I have tested in IE 7-11, what version are you using? Do you have JavaScript enabled?...but (given that you use javascript) id does not with Internet Explorer.
Again, I tested in Firefox, Chrome, Safari, IE 7-11 and the only problem I saw was in some early versions of IE7 which the following CSS rules should fix....with Firefox it works fine, but I can't see the different background color of the header.
.sub-header-row { background-color: #999999; } .sub-header-row th { font-weight: bold; text-align: center; color: #FFFFFF; background-color: transparent !important; *background-color: #999999 !important; } .checkedLabel { color:#009900; }
.sub-header-row { background-color: #999999; } .sub-header-row th { font-weight: bold; text-align: center; color: #FFFFFF; background-color:#999999 !important; } .checkedLabel { color:#009900; }