是否可以将div中的背景图像居中放置?我已经尝试了几乎所有内容-但没有成功:
<div id="doit"> Lorem Ipsum ... </div> //CSS #doit { background-image: url(images/pic.png); background-repeat: none; text-align: center; }
这可能吗?
#doit { background: url(url) no-repeat center; }