前提・実現したいこと
スマホサイトを制作しています。画像の右に文字組みを配置したいのです。
発生している問題・エラーメッセージ
DWでは動いても、実際には画像と文字組みが上下に表示されてしまいます。
何がおかしいのでしょうか?
エラーメッセージ
html
<article class="imghoverArea"> <a href="m_news.html#news5"> <div class="thumbnai"><img src="m_img/mainVisual/osirase.jpg" width="63" height="53"></div> <div class="newstitleArea"> <p class="title"> 時短営業のお知らせ</p> <p class="date">2020.04.24</p> </div> </a></article>css
/* news */
.innerWrapper{
margin:0 auto;
margin-top:10px;
padding-left: 10px;
padding-right: 10px;
}
#newsBox {
margin-left: auto;
margin-right: auto;
zoom:1;
}
#newsBox ul li{
display: inline;
}
.imghoverArea{
height:160px;
border-bottom: 1px solid #666666;
overflow:hidden;
}
#newsBox article:last-child{
border-bottom:none;
}
#newsBox article:after { content: ""; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.thumbnai{
float:left;
width: 63px;
height: auto;
border-radius:5px;
padding-top:50px;
}
.thumbnai img{
border-radius:5px; }
.newstitleArea{
padding-top: 60px;
padding-left: 15px;
overflow: hidden;
box-sizing: border-box;
width:auto;
}
ソースコード
### 試したこと displayやfloatなど試しましたが、全く動きません。画像の角丸も動作しません。何がおかしいのでしょうか? ### 補足情報(FW/ツールのバージョンなど) DWのCS4です。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/26 05:07
2020/04/26 07:26 編集
2020/04/26 08:47