BODY { background-image: url(foto1.gif); background-repeat: repeat }
BODY { background-image: url(foto1.gif); background-repeat: repeat-x }
BODY { background-image: url(foto1.gif); background-repeat: repeat-y }
BODY { background-image: url(foto1.gif); background-repeat: no-repeat }
Прокрутка фонового рисунка
BODY { background-image: url(foto1.gif); background-repeat: no-repeat; background-attachment: scroll }
BODY { background-image: url(foto1.gif); background-repeat: no-repeat; background-attachment: fixed }
Положение фонового рисунка
BODY { background-image: url(foto1.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: 50% 50% }
Списки
Вид маркера списка
UL { list-style-type: disk }
UL { list-style-type: circle }
UL { list-style-type: square }
OL { list-style-type: decimal }
OL { list-style-type: lower-roman }
OL { list-style-type: upper-roman }
OL { list-style-type: lower-alpha }
OL { list-style-type: upper-alpha }
OL { list-style-type: none }
Изображение в качестве маркера списка
OL { list-style-image: url(foto1.gif) }
Компактное отображение списка
OL { list-style-position: outside }
OL { list-style-position: inside }
Изменяем вид курсора
A { cursor: auto }
A { cursor: crosshair }
A { cursor: default }
A { cursor: hand }
A { cursor: move }
A { cursor: n-resize }
A { cursor: text }
A { cursor: wait }
A { cursor: help }