layers as links

Out of context: Reply #5

  • Started
  • Last post
  • 12 Responses
  • wwfc0

    this is the html from the page:
    <div id="box0">
    <div id="title0">WHY US </div>
    <div id="layer">Register with us </div>
    <div id="click0">
    <div align="left" class="linkage"><a href="about.html" ><strong>TELL ME MORE </strong></a></div>
    </div>
    <div id="text0">
    <div align="left" class="style32">This is positional text and therefore should not read as anything other than blurb.</div>
    </div>
    <div id="pic0">
    <div align="center"><img src="mangoggler.jpg" alt="register with influx" width="153" height="60" /></div>
    </div>
    </div>
    am I getting a little div-happy? and this is the css...
    #box0 {
    position:absolute;
    left:5%;
    top:386px;
    width:20%;
    min-width:153px;
    height:185px;
    z-index:5;
    background-color: ffffff;
    border: thin solid #66CC33;
    }
    #click0 {position:absolute;
    left:5%;
    top:158px;
    width:90%;
    height:24px;
    z-index:1;
    }
    #pic0 {position:absolute;
    left:0px;
    top:30px;
    width:100%;
    height:60px;
    z-index:1;
    background-image: url(bggoggler.jpg);
    }
    #text0 {position:absolute;
    left:5%;
    top:97px;
    width:160px;
    height:57px;
    z-index:1;
    }
    #title0 {position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:30px;
    z-index:1;
    background-color: #66CC33;
    font-family: Arial;
    font-weight: bold;
    vertical-align: middle;
    text-indent: 15px;
    text-align: left;
    color: #FFFFFF;
    padding-top: 7px;
    }

    any see or think of an easy solution to make the link work?

View thread