asked on
For various reasons I'm displaying our logo in the body background
body {
background-image: url("logo5.jpg");
background-repeat: no-repeat;
background-position: left top;
}
Since it's not a normal IMG tag, how do I define the hyperlink that happens when the user clicks the logo? Do I need to draw an invisible clickable box in the top left?