position div center horizontal and vertical
Posted
by loo
on Stack Overflow
See other posts from Stack Overflow
or by loo
Published on 2010-04-28T01:09:36Z
Indexed on
2010/04/28
1:13 UTC
Read the original article
Hit count: 349
i would like to center a popup div how can i do that browser friendly????
this is the original a bit to the left.
<div class="popLayerWrapper"> <div id="addBookmarksLayer" class="popLayer" style="left:260px; padding:30px;">
<div class="closeLayer" >close</div>
<div class="layerContent"></div>
</div>
</div>
© Stack Overflow or respective owner