<style> .title{ background: url(bg.gif) no-repeat bottom right; height: 25px; } </style> <span class="title">This is title</span>
但由于span是内联元素,“height”属性将不起作用。
我试着使用div,但它会扩展到上元素的宽度。宽度应该灵活。
任何人都可以提出任何好的解决方案?
提前致谢。
IE 6/7 accepts the value only on elements with a natural display: inline.