jquery
IE6 이 아닐때 액션
aneyh.c
2012. 2. 17. 17:08
if (!$.browser.msie || $.browser.version != "6.0") {
$("#pop_mov").css({
"position": "fixed",
"top": windowHeight/2-popupHeight/2,
"left": windowWidth/2-popupWidth/2
})
}