Possible Duplicate:
Body scroll with mouse position?
I am currently working on a website that revolves around the idea of a cartoon room, and the user clicks on different objects in the room to bring up information. However, I have made the room a specific amount of pixels and sometimes it is too big for a certain resolution, thereby causing scroll bars. I was wondering if there is some javascript/jquery that could follow the mouse cursor so that as the user moves around the room, the whole room moves around with them, and the scroll bars can be hidden. Any ideas what could do this?