In my current javascript code, the window object is being used. But my issue is that if you are slightly zoomed in or out it is not placed correctly. So is there any way to make it take into account the browser zoom level?
the window object (which is also JavaScript's host object) corresponds to the browsers rendering area (it uses the AbstractView interface). you cannot *place* it somewhere.
__________________
please post your code wrapped in [CODE] [/CODE] tags