
为什么这样写 内容文字 “more”不能靠右边呢?问题到底出在哪里了呢?真急人,请知道大侠们多多指教啊
#four{float:left;width:200px;}#fourh3{text-align:left;width:200px;}#fourh3spana{text-...
#four{
float:left;
width:200px;
}
#four h3{
text-align:left;
width:200px;
}
#four h3 span a{
text-align:right;
}
<div id="four">
<H3>新闻中心<span><a href="#">more</a></span></H3>
</div> 展开
float:left;
width:200px;
}
#four h3{
text-align:left;
width:200px;
}
#four h3 span a{
text-align:right;
}
<div id="four">
<H3>新闻中心<span><a href="#">more</a></span></H3>
</div> 展开
2个回答
展开全部
#four{
float:left;
width:200px;
display:inline;
}
#four h3{
float:left;
width:80%;
}
#four span a{
float:right;
width:20%;
}
<div id="four">
<h3>新闻中心</h3><span><a href="#">more</a></span>
</div>
float:left;
width:200px;
display:inline;
}
#four h3{
float:left;
width:80%;
}
#four span a{
float:right;
width:20%;
}
<div id="four">
<h3>新闻中心</h3><span><a href="#">more</a></span>
</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询