- Posts: 123
- Thank you received: 9
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" src="{TEMPLATEURL}template.js"></script>
#question2505 .dragDropTable li { background: none repeat scroll 0 50% transparent; border: 0 none; height: 80px; width: 80px; } #question2505 .dragDropTable .dragDropChoiceList, #question2505 .dragDropTable .dragDropRankList { min-height: 80px; min-width: 80px; width: auto; }
Yep, thanks Shnoulle, you need to modify the CSS for the size of your images as stated in the workaround:but it's need some modification in template.css
These styles are for the default template using 50x50px images (as in the demo) and may need to be modified for other templates or image sizes.
#question2505 .dragDropTable .dragDropChoiceList, #question2505 .dragDropTable .dragDropRankList { width: 285px; } #question2505 .dragDropTable li { float: left; }
$(document).ready(function(){ HERE });
HERE $(document).ready(function(){ });
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { dragDropRank("99638X1X9"); }); </script>