You could use simply css, positioning your element as fixed: .fixedElement { background-color: #c0c0c0; position:fixed; top:0; width:100%; z-index:100; }.
確定! 回上一頁