-1

我想要 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 任何帮助将不胜感激。

4

2 回答 2

0

或者您可以尝试使用:

top: 50%;
margin-top: -div height / 2;
position: absolute;
于 2013-03-18T12:02:12.707 回答
0

ol li在你的块上使用这个 css :

background-position: 0 50%;
于 2013-03-18T11:42:07.357 回答