Flummi: bild in bild geht das ?

Beitrag lesen

hallo zusammen ;)

ich möchte gern in ein hintergrundbild noch ein bild einfügen via css ist das möglich ?

hier mal der bereich von dem hintergrund bild

:::::::::::::::::::::::::::::::::::::::::::::
       ::: Folgende Angaben bewirken:
       :::
       :::   - Einstellungen für den Seiteninhalt
       :::     insgesammt.
       :::
       :::::::::::::::::::::::::::::::::::::::::::::
      */

body {
 color                : #cccccc;
 margin-top           : 7px;
 margin-left          : 0px;
 background-color     : #000000;
 background-image     : url(img/bkd_page.gif);
 background-attachment: fixed;
 background-repeat: no-repeat;
    }

/*

wäre nett wenn mir da wer helfen könnte .

MFG Flummi