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.
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.