now that my orbit slider works almost perfect, i discovered a new problem. I'm using a macbook pro 13 inch with chrome as main browser. Everything looks ok in chrome. However i did a browser test (on the well known website) and there it showed me that on several browsers my slider or page isn't centering like it should do.
Now my question, can someone help me solve this? so my page and slider are both centered. I'm using a webpage that consists of a single image because it's just a little test. but in order to complete the test it should be centered.
CSS to position the body and content(content contains the image)
body
{
background-image: url("../afbeeldingen/bg.jpeg");
margin-left: auto;
margin-right: auto;
text-align:center; /*For IE6 Shenanigans*/
}
#content
{
width: 100%;
}
and for the slider
#featured
{
position: absolute;
top: 152px;
left: 218px;
}
thanks in advance

BODYelement, it will lead to ugly white borders in some clients… – feeela Oct 17 '12 at 10:28