
Pozadí webu nefunguje jako odkaz
Proč nefunguje obrázek na pozadí webu jako odkaz?
html, body {
background-image: url("aaa.png");
position: absolute;
top: 0px;
right: 0px;
display:block;
height:100%;
width:100%;
text-indent:-9999px;
}
<a href="http://????" title="Title" id="body"></a>