HTML/CSS/CSS Attributes and Javascript Style Properties/overflow y

Материал из Web эксперт
Версия от 11:15, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"overflow-y" Example

   <source lang="html4strict">
   

<html> <body>

This div element has an overflow-y property value of auto. This div element has an overflow-y property value of auto. This div element has an overflow-y property value of auto. This div element has an overflow-y property value of auto. This div element has an overflow-y property value of auto.

This div element has an overflow-y property value of scroll. This div element has an overflow-y property value of scroll. This div element has an overflow-y property value of scroll. This div element has an overflow-y property value of scroll. This div element has an overflow-y property value of scroll.

</body> </html>


     </source>