HTML/CSS : A dynamic background ; Layers? How ?

madi

New member
I've created a repeating background pattern I especially enjoy ; but I would like to add a transparent image OVER it.

A layered background, if you will. Or the appearance there-of.

For example: if my background was stars, my transparent image would be a shooting star cutting across the screen ( not animated ).

I need the image centered and layered BELOW an .swf gallery I have running.

I'm currently using *for the repeated component:

body {
background-color: #1F1F1F;
background-image:url('BG.png');
background-repeat: yes-repeat;
background-position: center;

}


Any ideas on how to pull it off?
 
Back
Top