How can I place a div into the SCREEN (not page) center,
when the div is in an iframe,
and the div's x position for being in the SCREEN center is
too far left for still being on the iframe page (div.x < iFramePage.x) ?
The iframe is in a table in the right row, and in the left row there is a navigation treeview.
Now my div should overlap the treeview, for being in the center...
How can I do that ?