Centering a Div does not show right on iPad
Hello all,
At the moment I have a strange thing going on.
I have created a <div> that is 1104 px wide, and is centred in this way :
#pmetxt {
width: 1104px;
height: auto;
min-height: 100%;
margin-left: -552px;
left: 50%;
position: absolute;
z-index: 10;
top: 0px;
}
When I use a browser it centres right and all content is visible.
But when I use an iPad or iPhone it als centres nice, but on the left and right side, partly of the content is cut off.
I can scroll to the right, and then I can see the rest on the right side, but not on the left side.
The link to my test page is : http://pme-tecnica.nl/test_site
Is there a way to solve this?
Cheers
Koen