The simplest way is with CSS using position:fixed. Like this: [code].someElement { position:fixed; left:10px; bottom:10px; } [/code]That will position ...
確定! 回上一頁