以下の効果を実現したいと考えています。
-----
-img-
-----
--text-- -----
-------- -----
現在、次のコードがあります。
<div class="header">
<div class="pictureFrame">
<img class="picture" src="photo.jpg"/>
</div>
<div class="position">
text
</div>
</div>
<div class="separator"></div>
次のスタイルで:
.pictureFrame
{
width: 150px;
float: right;
}
.position
{
vertical-align: bottom;
}
.separator
{
clear: both;
}
しかし、垂直方向の配置が機能していないようです。つまり、次のようになります。
--text-- -----
-------- -----
-----
-img-
-----
望ましい効果を達成する方法は?質問が簡単すぎてすみません。