HTML/CSS/Background Attributes/bgproperties — различия между версиями

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

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

"bgproperties" sets the scroll properties of the background image

   <source lang="html4strict">
   

<html> <head> <style>.body1 { background-image:url("http://www.wbex.ru/style/logo.png"); }

      .body2 { background-image:none;!important }

</style> </head> <body id="myBody"

     bgproperties="fixed" 
     background="http://www.wbex.ru/style/logo.png" 
     onclick="this.className="body2"">

Click to remove the background image. </body> </html>


     </source>