I want to put li background-image elements. I register everything correctly, but in the browser debugger this property is crossed out and the picture is not displayed, although before that I already did this in the code of another block, and it is displayed there normally, but here it is.
#rightTop ul li { list-style-type: none; float: left; background-image: url(../images/img7.png"); background-repeat: no-repeat; width: 136px; height: 91px; }