我有这个 div:
原来的:
想要的输出:
我想像这样排到 div 的末尾:
注意: div 与 ! 如果我调整屏幕大小,输出将相同
编辑:
无 HTML 标记编辑(仅限 CSS)
我的尝试:
但是如果我在背景中设置background-repeat
图像x-repeat
也会过时,我想避免这种情况:
例子:
http://jsbin.com/OCuxOKi/2/edit
HTML:
<div class="date">
25.4.2013
</div>
CSS:
.date {
background-color: red;
background-image: url('time_line.png');
background-position: 80px center;
background-repeat: no-repeat;
}