devo rendere cliccabile l'immagine.

  • CSS

    #link_home{
    left: 0px;
    position: absolute;
    margin-top: 42px;
    padding: 0;
    margin-left: 599px;
    width: 50px;
    height: 23px;
    background:url('home.jpg') no-repeat 0 0;
    }

    HTML

    <div id="link_home"
    </div>