gaby Posted August 22, 2007 Report Posted August 22, 2007 Sub tagurile <head></head> introduceti codul dorit: Pentru a pune o imagine pe fundal: <style>body{background: black url(http://adresa catre imagine) fixed} body</style> Pentru a pune o simpla culoare pe fundal: <style>body{background: black fixed} body</style P.S: culoarea black se poate schimba in culoarea dorita. Succes 1 Te-ai inregistrat? Ne-ar placea sa te prezinti. Cum pot sustine forumul? Cumpara de la eMag folosind acest link. --------------------
aligaby Posted August 22, 2007 Report Posted August 22, 2007 Proprietati background: background-color: #012345; pune o culoare ( ce corespunzatoare valorii de dupa # ) background-image: url(locatia_imaginii_tale); ataseaza backgroundului o imagine background-repeat: repeat; repeta imaginea din background-image ( optiunea no-repeat nu permite afisarea decit o singura data a imaginii ) Pentru comoditate in programare aceste proprietati pot fi grupate astfel: background: <background-color> <background-image> <background-repeat> exact ca in exemplu lui @gaby background: #012345 url(../imagini/eu.png) no-repeat Vitrine frigorifice orizontale si verticale de refrigerare si congelare Parchet din lemn masiv exotic
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now