View Single Post
  #4 (permalink)  
Old 04-20-2005, 06:02 AM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default 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
Reply With Quote