PDA

Click to See Complete Forum and Search --> : Keeping div tags in page?


shunt
May 28th, 2002, 03:02 AM
Hi,

How would I keep a floating div tag inside the page when the user resizes the browser?

shunt
May 29th, 2002, 08:41 AM
When I click a certain button, I show a div rect and position the rect at the bottom left of the button. The problem being that the button might be at the far right of the page. If this is the case, the rect must position its top right to the bottom right of the button.

shunt
May 29th, 2002, 08:43 AM
Simply put, I realy just need to know how how much space there is in the browser. I can get the width and height of the screen in total, but not the size of the inner browser or document for that matter. I already know how to move the rect.

Rick Bull
May 29th, 2002, 08:55 AM
Well Lee posted some stuff a couple of threads down at http://www.vbforums.com/showthread.php?threadid=174274 maybe that will help you.