Браузер |
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 | CSS1 |
Значение по умолчанию | Зависит от используемых аргументов |
Наследуется | Нет |
Применяется | Ко всем элементам |
Аналог HTML | <body bgcolor="цвет" background="URL" bgproperties="fixed"> <table | thead | tbody | tfoot | tr | th | td bgcolor="цвет" background="URL"> |
Ссылка на спецификацию | открыть в новой вкладке |
background: background-attachment | | background-color | | background-image | | background-position | | background-repeat
<!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>background</title>
<style type="text/css">
DIV {
height: 200px;
width: 200px;
overflow: auto;
padding-left: 15px;
background: #fc0 url(images/hand.png) repeat-y;
}
</style>
</head>
<body>
<div>Duis te feugifacilisi. Duis autem dolor in hendrerit in vulputate velit esse molestie
consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et
iusto odio dignissim qui blandit praesent luptatum zzril delenit au gue duis dolore
te feugat nulla facilisi. Ut wisi enim ad minim veniam, quis nostrud exerci taion
ullamcorper suscipit lobortis nisl ut aliquip ex en commodo consequat. Duis te
feugifacilisi per suscipit lobortis nisl ut aliquip ex en commodo consequat.</div>
</body>
</html>