Making a clickable background image
If you want to create a clickable area right over the logo background image, here is what you do. You can’t just copy the #header div, position it over the logo, make the content invisible and enclose it in an anchor-tag. That would be broken HTML, because you can’t place block-level elements like div inside …
