Transparent <div> element

liunx

Guest
I need to make an illusion that an image consits of 1 piece and not 3 different pieces. I am trying to use layers to achieve this but I am not sure if there is a possibility to make a transparent layer. Is it possible at all ?#yourDIV {
background: transparent #000 url(yourimage.jpg) top left no-repeat scroll;
color: inherit;
}
 
Back
Top