I need to place the div (absolute) element in the center of my window. But i am having problems doing so, because the width is unknown
I tried this. But it need to be adjusted because the width is changing.
.center {
left: 50%;
bottom:5px;
}
Please help,
Thanks