首页 > 解决方案 > 网页上的图像卡在背景(css)后面

问题描述

感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢 感谢

标签: cakephp

解决方案


在你的 CSS 上:

#profile {
    display: block;
    position: absolute;
    z-index:2;              <------- add this
    top: 150px;
    left: 850px;
    height: 216px;
    width: 300px;
    margin-right: 50px;
    background-position: -336px -238px;
}

推荐阅读