BluePink BluePink
XHost
Oferim servicii de instalare, configurare si monitorizare servere linux (router, firewall, dns, web, email, baze de date, aplicatii, server de backup, domain controller, share de retea) de la 50 eur / instalare. 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