2012年11月4日 星期日

CSS span width

CSS span width

1. problem:
span didn't support the width property in span, or inine tag

2. solution:

span {
  background-color:#ffcc00;
  display:-moz-inline-box;
  display:inline-block;
  width:150px;
}



refrence:
http://www.blabla.cn/css_kb/html_span_width_kb.html

沒有留言:

張貼留言