DDD888 发表于 8-10-2015 13:50:54

html css div align

<div class="title-block">
    <img></img>
    <div class="text">more...</div>
</div>

请问下,我如何设置css,html取得图片的效果?

谢谢:loveliness:

DDD888 发表于 8-10-2015 13:53:11

title-block要向右对齐,图片和文字也要向右对齐,不要规定text div的top,图片有多高,文字紧随其后

周星星1832 发表于 8-10-2015 14:29:15

Both float right and then clear

DDD888 发表于 9-10-2015 05:47:54

周星星1832 发表于 8-10-2015 15:29
Both float right and then clear

谢谢,很完美的解决方案:good

周星星1832 发表于 9-10-2015 06:02:43

DDD888 发表于 9-10-2015 06:47
谢谢,很完美的解决方案

:handshake
页: [1]
查看完整版本: html css div align