I have div wrapper and the background is white, I also have a body background (its an image) I want to have a div inside my wrapper with no white background, basically I am looking to make that div transparent to the wrapper background.
<div style="background:none;">ghjhjghjghj</div>
Any suggestions?
Edit:
I'm trying to make the body background appear trough a div
that is inside another div
that have a white background. Is this possible?