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; } 
  • Show the code .. - Kromster
  • #rightTop ul li {list-style-type: none; float: left; background-image: url (../ images / img7.png "); background-repeat: no-repeat; width: 136px; height: 91px;} I write like this - Who's There
  • Add code to the question please - Kromster
  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky
  • @pavlofff aha, looked at edits. I am more upset about the description of the edit than its content. - Nick Volynkin

2 answers 2

Remove quotes "

 #rightTop ul li { list-style-type: none; float: left; background-image: url(../images/img7.png); background-repeat: no-repeat; width: 136px; height: 91px; } 
  • gut this is not mindfulness means - Who's There

You can also through list-style-image : add background images