Cyokodog::DiaryさんのエントリーでIE6 position:fixed の諸問題を解決するJSが紹介されていました。 これは便利です。管理人も早速使用しています。 使い方 まずはjquery.jsとexfixed.jsをダウンロードし下記順で読み込みます。 jquery.js exfixed.js <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="exfixed.js"></script> 下記のようにfixedのCSS定義をし、対象要素に対しexFixed()メソッドを実行するだけでOKです。 <style> #sample{ position:fixed; width:40%; height:40%; right:10%; bottom