Avatar of hrolsons
hrolsons
Flag for United States of America

asked on 

Click Logo on website using css?

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;  }

Open in new window

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?

CSSHTML

Avatar of undefined
Last Comment
David Favor

8/22/2022 - Mon