Just an update to zhugling's contribution.

I had to modify the css a bit to get it to work on IE8 and Firefox 3.6 (I haven't tested on other browsers so YMMV); I also had to modify 4 files in order for this to work.

On your CSS file, use "fixed" instead of "absolute" for positioning.

On the following files:
-catalog/address_book_process.php
-catalog/checkout_payment_address.php
-catalog/checkout_shipping_address.php
-catalog/create_account.php

Look for the following line:



Change this to:



This change has to do with how IE interprets certain CSS instructions. I got the solution from this forum post in another site:

http://www.webdeveloper.com/forum/sh...d.php?t=225320

Hope this helps someone else.

Attached file contains this same text.

More...