Хорошо работает в Safari, но IE7 выравнивается по левому краю. http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=160653524585#ht_500wt_1372
Есть ли способ сделать так, чтобы он тоже центрировался в IE? Спасибо
.container {
width:980px;
background-position: center;
padding: 0;
margin: auto;
font-family: "Trebuchet MS";
font-size: 12px;
}
</style>
</head>
<body>
<div class="container">
<div class="clear">dfgfdg</div>
</div>
EDIT:
У кого-нибудь есть аккаунт на eBay для тестирования? Нахальный, я знаю, но уверен, что многие люди выиграют!
РЕДАКТИРОВАТЬ 2:
Этот код по-прежнему отображается слева и действительно раздражает, потому что это можно сделать:
.wrapper
{
margin: 0 auto 0 auto;
width: 980px;
text-align: center;
}
.container
{
width: 100%;
text-align: left;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<div class="wrapper">
<div class="container">
your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.your content here.
</div>
</div>
</body>
</html>
Оказывает это: http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=160653524585#ht_500wt_1156
Пример центрированной страницы на eBay: http://stores.ebay.co.uk/Argos-Outlet (проверил код и, кажется, использует тот же код, как предложено ниже, но все еще не может заставить его работать вообще.