Jan 7, 2010
how to: website static background image
Thats just easy, as i found it right now. You have only to tell your browser the background is fixed :)
BODY {
background-image: url(yours.gif) no-repeat;
background-attachment: fixed;
}
That’s is
Gefällt Dir der Artikel?
Dann würde ich mich sehr freuen, wenn Du ihn bewerten würdest!





Kommentar geschrieben am 20.01.2010
[...] how to: website static background image http://mizine.de/html/how-to-website-static-background-image/ [...]