I have a jQuery player on my front page that seems centered and ok for me in Chrome and Safari.
But everyone else is seeing it on the left side of the screen for some reason.
I tried different variations of positions like absolute, relative and tried margins without positions..nothing seems to put it in place for all others.
the css for the div is:
#container {
width: 525px;
height: auto;
position: relative;
left: 373px;
margin: 0;
padding: 0;
z-index: 10;
its on –
Remove the left property and adjust your margin to margin:0 auto;