CSS中行内元素应该如何才能够设置宽度?_百度知道
最佳答案: 用 display:inline-block; 就可以了,如果你不想用 float 的话。 .current{display:inline-block;width:XXpx;height:XXpx;background:url(img.jpg) no...更多关于css行内元素不能设置的属性有那些?的问题>>
css什么属性可以设置元素外补丁_百度知道
最佳答案: margin属性可以设置外边距,也就是你说的外补丁吧。 定义和用法 margin 简写属性在一个声明中设置所有外边距属性。该属性可以有 1 到 4 ...更多关于css行内元素不能设置的属性有那些?的问题>>