diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp index de45bd52..f1c5e3a0 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnClsrmAplctDashboard.jsp @@ -33,7 +33,7 @@ $("#p_"+aprvlCd).parent().attr('class', 'p_on'); $("#p_"+aprvlCd).parent().prevAll().attr('class', 'p_on'); - $("#p_"+aprvlCd).css("color", "#FFFF00").attr("title", "현재페이지"); + $("#p_"+aprvlCd).css("text-decoration", "underline").attr("title", "현재페이지"); $("#p_"+aprvlCd).click(); } }); @@ -48,9 +48,9 @@ $("#loadArea").load("", sendData ,function(response, status, xhr){ if(status == 'success'){ $(tab).parent().siblings().each(function(index){ - $(this).children('a').css('color', '').removeAttr('title') + $(this).children('a').css('text-decoration', '').removeAttr('title') }); - $(tab).css("color", "#FFFF00").attr("title", "현재페이지"); + $(tab).css("text-decoration", "underline").attr("title", "현재페이지"); boardCaptionToggle(); boardCaptionToggle02();