提示框還是在頁面最下,不能定位在搜索框下面?
$("#search-suggest").show().css({ ? ? ? ? ? ? ? ??
positon:'absolute', ? ? ? ? ? ? ? ? ?
top:$("#search-form").offset().top+$("#search-form").outerHeight()+"px", ? ? ? ? ? ? ? ? left:$("#search-form").offset().left+"px" ? ? ? ? ? ? ?
});
2016-09-04
positon單詞寫錯