본문 바로가기

World Wide Web/jquery

jquery로 css 백그라운드 이미지 변경

1
2
3
jQuery('.one_a a').css({"background":"url(../img/menu_shadow01.gif)"'background-repeat' : 'no-repeat''background-position':'center center'}); 
 
 
cs