css+div文字底部對齊

來源:互聯網
上載者:User

<div id="hdright"><span class="m"><asp:Image ID="imglog" runat="server"/></span></div>
#hdright
{}{
    float: left;
    height:40px;
    position:relative;
}
#hdright span.m{}{position:absolute;bottom:0}


1行3列樣式:<div id="firstrow">
    <div id="hdleft"></div>
    <div id="hdcenter"><img alt="taisol" src="img/taisol_logo.jpg" width="149" height="34" border="0" /></div>
    <div id="hdright"><span class="m"><asp:Image ID="imglog" runat="server"/></span></div>
</div>#firstrow{}{width:100%;height:40px;background-color: #ffffff;clear:right;}
#hdleft
{}{
    float: left;
    width: 4%;
}
#hdcenter
{}{
    float: left;
}

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.