我有一个div,我需要使用CSS将一个小背景图像放入该DIV的垂直中心。
有人可以帮忙吗?
谢谢。
解决方法
垂直居中:
#con { background: url(image.jpg) no-repeat left center; }
水平居中:
#con { background: url(image.jpg) no-repeat center top; }