Answer the question
In order to leave comments, you need to log in
Change background-image of div to li, numbered in css?
I don't know how to describe clearly, but I'll try. There is a structure like this:
ul
li
a
div (background img..)
li
a
div (background img..)
.jcarousel-skin-opencart li:nth-child(2) .childjs:hover {
...
}
Answer the question
In order to leave comments, you need to log in
I think you need to do this
.jcarousel-skin-opencart li:nth-child(2):hover .childjs{
}
ul>li:nth-child(2)>a>div:hover{
...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question