Forum Moderators: not2easy
Any help gladly appreciated. Thanks in advance.
CSS is about separating presentation from markup, and keeping the markup semantic.
If you want a header div that has a background image to link back to home, use an onclick event.
Better yet, for proper, semantic markup, don't put the background image on the header div - have an anchor inside with the header text, set it to display block, and put the background image to -that- instead.
It's better for "degrading gracefully" :)