BluePink BluePink
XHost
Servere virtuale de la 20 eur / luna. Servere dedicate de la 100 eur / luna - servicii de administrare si monitorizare incluse. Colocare servere si echipamente de la 75 eur / luna. Pentru detalii accesati site-ul BluePink.
enter page web design web resource entertainment personals  
Colors:
Color tips
Color list - by names
Color list - by 2
Color list - by 3
Color wheel
Color picker
HEX-RGB converter
Background list changer
Text:
Characters list
Characters list 2
Web:
Body bg properties
CSS problems in NN4
CSS mechanism
Web domains
Browsers chart
Source viewer
Form example
Form order

home > real world > web resource > web utility programs >

Calling body background from a HTML:

<body background="stars.gif" bgproperties="fixed">

Calling body background from a style:

body
{
   background: #00FF00 url(stars.gif) no-repeat fixed top
}

Possible Values:

background-color: #00FF00;

background-image: url(stars.gif);

background-repeat: repeat-x; // repeated horizontally
background-repeat: repeat-y; // repeated vertically
background-repeat: no-repeat; // displayed only once

background-attachment: fixed; // does not move when the page scrolls
background-attachment: scroll; // moves when the page scrolls

background-position: top left
background-position: 0% 0%
© copyright 2004 - DigitalElf.ro - marian_dumitriu@yahoo.com