HTML/CSS/CSS Attributes and Javascript Style Properties/overflow x — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:15, 26 мая 2010

"overflow-x" Example

   <source lang="html4strict">
   

<html> <body>

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

</body> </html>


     </source>