Forum Moderators: not2easy
I'm clueless, I was thinking maybe displaying the container div as a table, and using vertical-align, but i'm not sure this will do it.
Any ideas?
You want it positioned over the top of everything else, so:
div; left and top to 50%; margin-left = -300px, margin-top = -150px); and z-index higher than your other elements, to position it above everything else.That's it :)