-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 に答える