diff --git a/WebContent/js/stuapp.js b/WebContent/js/stuapp.js
index e69077b7b9597a08aa4ce74d6d3a7ff349c99f4a..ca7e48816b347b5128e0d0df151c0b5afd68d3cd 100644
--- a/WebContent/js/stuapp.js
+++ b/WebContent/js/stuapp.js
@@ -3,7 +3,7 @@
 */
 WDN.jQuery('document').ready(function($){
     // for IE, we need to add a class to support the two columns 
-    $('#maincontent .stuapp > fieldset > ol > li:odd').addClass('odd');
+    $('#maincontent .stuapp > fieldset > ol > li:nth-child(odd)').addClass('odd');
     
     // for older browsers, we need to use a span to control the width of the legends to prevent overflows.
     $('form.stuapp legend').each(function() {