Currently, a work in progress, the banner on this page displays the following structure:
<div id="top">
<div class="sidebox">
<div class="boxhead">
<h2>Chalets des Bouleaux</h2>
</div>
<div class="boxbody">
<p>Tel. 819-444-4444</p>
<p>Notre-Dame de Pontmain, Québec, Canada</p>
</div>
</div>
</div>
The logo displayed in the center of the banner is built using the div with class sidebox
and all its child elements. The photo visible behind the banner serves as the background image for the top
div. I would like the logo to give an illusion of floating on top of the photo, making the white parts of the logo transparent so that the photo shows through. However, currently this effect is not achieved despite setting transparent background colors for the logo components.
Update:
I have removed the link to the updated page to avoid any confusion. Please disregard this question and consider closing it!