Originariamente inviato da carlomarangoni
É possibile sapere come rendi cliccabile un background?
Io lo rendo cliccabile cosi:

<style type="text/css">
html, body{
margin: 0;
padding: 0;
}
body {
background-repeat: no-repeat;
background-position: center top;
background-attachment: scroll;
background-attachment: fixed;
margin-top: 60px;
}
.background-link{
position: fixed;
top: 0;
left: 0;
display: block;
width: 100%;
height: 10000px;
z-index: 1px;
}
.background-link span {
display: none;
}
#container {
position: relative;

width: 870px;
margin: 0 auto;
z-index: 2px;
}
.style94 {
font-size: 8 pt;
font-family: Arial;
text-align: center;
margin: 0;
letter-spacing: 1pt;
}
.style99 {
font-family: Arial;
color: #333333;
}
.style100 {
border-width: 0px;
}
.style101 {
text-align: left;
font-family: Georgia, serif, arial, verdana;
color: #333333;
}
</style>


<body style="background-image: url('images/skin-sfondo.jpg')">

<div align="center">