Click to See Complete Forum and Search --> : using both 'left' and 'screenX' in popups


LittleRed
09-25-2003, 07:52 AM
is it safe to use both 'left' and 'screenX' to position a new window?

so if the browser doesn't recognise 'left' or 'top' that it will just use the 'screenX' and 'screenY'?

thanks

pyro
09-25-2003, 07:54 AM
Yes, it should be, but very few browser don't understand left and top...

LittleRed
09-25-2003, 08:02 AM
cool - thanks for the fast reply!

pyro
09-25-2003, 08:03 AM
You are welcome... :)