Scrolling/floating image?

Associate
Joined
17 Apr 2006
Posts
549
Location
Staffordshire
Basically, I need an image to remain in the browser window at all times, so it scrolls down when the user scrolls down and vice-versa. This would be easy to do if it could remain fixed from the left of the browser window at all times, but the website it's for has all the content contained in a centered table, e.g. like the menu on the following site:

http://www.myvue.com/cinemas/index.asp?SessionID=DF03F98209A546809563E5FF5A6B5D4F&cn=1&ln=1&ci=52

I can't access their JavaScript for the menu, and when it comes to JavaScript I'm a copy & paster/editer - so if anyone could point me in the right direction to do a fix for this it'd be great. I have got something that works with CSS relative positioning in IE, but that's only due to a bug in IE and it doesn't work in any other browsers.
 
I feel stupid now, because I have been able to get the code from the Vue website by pasting the direct link into the browser (I'm sure it didn't work the first time I tried) - I don't understand the code though.

Thanks for the heads-up about IE7, and the link, but that's just another one that only positions from the left of the browser? I need something that positions from the left of a table element.
 
Back
Top Bottom