A little more info please
By setting the div's position as absolute, you've permanently fixed it's position in relation to the rest of the page. So when a visitor adjusts or resizes their browser that div will just stay exactly where it is... i.e. 684 pixels from the left-hand side of the browser window.
Could you provide some of the actual HTML code? You mentioned a form and button in your original post. Also, how does the div fit in with other page elements around it? Have you nested the div inside of another div or possibly a table cell?
Paul
|