Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created May 26, 2011 03:05
Show Gist options
  • Save lxneng/992471 to your computer and use it in GitHub Desktop.
Save lxneng/992471 to your computer and use it in GitHub Desktop.

div>img 底部对齐

html code

<div class="bodyShape">
    <div class="barbara">
        <img src="${tools.static_url('media/images/figure-analysis-barbara-82x135.png')}"/>
    </div>
</div>

css code

.figureAnalysis .bodyShape{height:150px; width:200px;border-right: 2px solid #ccc;}
.figureAnalysis .bodyShape .barbara{position:relative;height:100%;}
.figureAnalysis .bodyShape .barbara img{bottom:0;display:block;position:absolute;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment