Wasserzeichen auf Webseiten - CSS Code

    body {
    background-color: #FFFFFF;
    background-image:  url(images/wasserzeichen10-50.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment:fixed;
    }

Nennt sich fixed background.


Trackbacks & Pingbacks

Keine Trackbacks/Pingbacks bisher.

Kommentare

Gravatar

Und für die Sparsamen:

body{
background:#fff url(images/wasserzeichen.jpg) no-repeat center fixed}

:-)

Gravatar

@David: Danke :-)

Kommentieren

E-mail wird nicht angezeigt, HTML erlaubt: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>