网页上的图像卡在背景后面 (css)

images on webpage getting stuck behind background (css)

谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢

在你的 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;
}