Naturally an element with absolute positioning tends to be align to the left. To make that element float in the center horizontally use the following code:
#elem {
position: absolute; left: 0; right:0;
}
Unfortunately this does not work in EI6-7
Naturally an element with absolute positioning tends to be align to the left. To make that element float in the center horizontally use the following code:
#elem {
position: absolute; left: 0; right:0;
}
Unfortunately this does not work in EI6-7