输入banner图图片脚本导航/分类

<div>层怎么让背景水平垂直居中?_html/css_WEB-ITnose

HTML CSS

层怎么让背景水平垂直居中呢?
代码如下:


回复讨论(解决方案)

设置背景比较苛刻,可以用两层

valign:center div中加这个

valign:center div中加这个 别忘了来结贴啊

backgroud:url(./images/ft.gif) center center no-repeat;
也就是背景图位置 background-postion:center center;

backgroud:url(./images/ft.gif) center center no-repeat;
也就是背景图位置 background-postion:center center;

嗯,一时没想开,呵呵,已经解决啦。。
谢谢哈。。