Браузер |
Internet Explorer |
Chrome |
Opera |
Safari |
Firefox |
|||||||||||||||
Версия |
6.0 |
7.0 |
8.0 |
9.0 |
2.0 |
3.0 |
4.0 |
5.0 |
9.2 |
9.6 |
10 |
2.0 |
3.1 |
4.0 |
5.0 |
2.0 |
3.0 |
3.6 |
4.0 |
|
Поддержка |
CSS | CSS2+ |
Значение по умолчанию | Нет |
Наследуется | Нет |
Применяется | Ко всем элементам |
Ссылка на спецификацию | открыть в новой вкладке |
border-top-color: цвет | transparent | inherit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>border-top-color</title>
<style type="text/css">
H1 {
border-top-color: #ccc; /*Цвет линии сверху*/
border-right-style: dotted; /*Стиль линии*/
border-right-width: 3px; /*Толщина линии*/
border-right-width: 3px; /*Толщина линии*/
border-right-width: 3px; /*Толщина линии*/
padding-right: 10px; /*Расстояние между линией и текстом*/
margin-right: 100px; /*Отступ справа*/
}
</style>
</head>
<body>
<div id="line">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh
euismod tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis enim
ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis nisl
ut aliquip ex ea commodo consequat.
</div>
</body>
</html>