Is it possible to center divs that are absolutely postioned within a containing div?
Right now I have the containing div abs. pos. with a left property of
to keep it somewhat centered when the window is maximized. Im sure however this will not work on varying resolutions and window sizes.Code:LEFT: 28%;
How can I do this?
heres the link http://www.poker-resource.com/absolutepos/
P.S. I had to abs. position some elements to get them to work right in a few browsers. (see thread: http://www.webdesignforums.net/thread11482.html )
Thanks!