PDA

Click to See Complete Forum and Search --> : Floating object


Dec 28th, 2000, 07:57 AM
can I make an object appear in the same location on the screen even if the page scrolls up and down. I know I can use the z-index to move it to the front but i need to be able to move the actual page content behind the object

Steve Palmer
Dec 30th, 2000, 07:51 AM
set the 'TOP and LEFT' locations you want it to stay at
then set the 'WINDOW START POSISTION' to 'MANUAL'
and the form type to 'FIXED DIALOG BOX'.
that is how I control where my windows show-up,
but I havn't tried it in a scrolling window.
good luck