QUOTE(OutOfRange @ 23 Jul, 2007 - 12:34 AM)

Hello!
I have a fixed menu on the top of my page (position:fixed).
Under the menu, there is normal html stuff, including an object
element. When the object element gets updated the browser moves the page upward and the object element gets partially hidden by the fixed menu on the top of the page.
I need to prevent the browser from moving the view. How can this be done according to the strict 1.1 standard.
The object element contains normal html/text. It is, actually, anohter page that contains a back-link. When the back-link is pressed it works fine but the containing page scrolls so that the object element is at the top, which is the problem.
I think we could think of the object element as a sort of iframe, in this context. The problem is that activating the object causes the main window to scroll, which it shouldn't do.