如何改变ol css的位置?

时间:2013-03-18 11:33:06

标签: css list

我希望ol列表项的位置在内容的中间。

我的代码:

#block-views-credit-library-block-1 .item-lists ol {
  list-style-position: inside;
  margin: 0 15px 25px;
  list-style-type: decimal;
}
#block-views-credit-library-block-1 .item-lists ol li {
  background: url("../images/number.png") no-repeat scroll 0 0 transparent;
  color: #F9F9F9;
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
  padding: 5px 0 0 13px;
}

查看问题图片:http://manjitsingh.org/sites/default/files/test.png 任何帮助将不胜感激。

2 个答案:

答案 0 :(得分:0)

ol li区块中使用此css:

background-position: 0 50%;

答案 1 :(得分:0)

或者您可以尝试使用:

top: 50%;
margin-top: -div height / 2;
position: absolute;