|
|
|
| Здравствуйте.
Не могу понять почему в ie9 на локальной копии содержимое страницы отображается корректно, а при загрузке на сервер, углы не закругляются.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<title>border-radius</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<meta http-equiv="description" content="" />
<style>
.radius {
border: 1px solid black; /* Параметры рамки */
}
</style>
</head>
<body>
<div style="border-radius: 50px 0 0 50px;" class="radius">
border-radius: 50px 0 0 50px;
</div>
</body>
</html>
|
| |
|
|