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

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

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

"background-position-y" Example

   <source lang="html4strict">
   

<html> <head> </head> <body>

This is the div element with background info in one line.
           








           background-position-y is set to left. 
           

</body> </html>


     </source>