0

我正在使用这个基于 jquery 的倒数计时器:http ://www.gieson.com/Library/projects/utilities/countdown/

我想知道如何让它在中间对齐?

我曾尝试将其放入一个容器 div 中,该容器 div 上具有文本对齐中心,但这是行不通的。我还能尝试什么?

4

2 回答 2

0

尝试应用margin:0 auto;到容器 div

于 2013-08-26T11:19:18.817 回答
0

在体内执行此操作:

<div align='center'>**countdown code (the one that should be in the body)**</div> 

它对我有用...

于 2013-08-26T11:28:33.170 回答