Maison > Article > interface Web > 背景图片文字布局问题_html/css_WEB-ITnose
这个效果的代码:
<div style=" background:url(图片路径); background-size:100% 100%;width:238px; height:159px; vertical-align:text-bottom;"> <div style="background:#757575; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; height:30; line-height:30px;"> 测试案例 </div> </div>
就是把上面这条换来下面,我用了vertical-align:text-bottom; 但没有效果