Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Survey elements don't change visibly after clicking in IE6 - by: tpartner

$
0
0
Try adding this to the end of template.css to hide the pseudo elements. (I think this should cover most question types)

#limesurvey input[type="radio"],
#limesurvey input[type="checkbox"] {
    position: relative;
    opacity: 1;
}
 
#limesurvey .radio label::before,
#limesurvey .radio label::after,
#limesurvey .checkbox label::before,
#limesurvey .checkbox label::after {
    display: none;
}

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>