I have css rule that goes like this
div#tabstrip.tabstrip-vertical.k-widget.k-header.k-tabstrip div#tabstrip-4.k-content.k-state-active{
background-image: url("http://wwww.example.com/logo2.png") !important;
background-position: right center;
background-repeat: no-repeat;
}
The problem is with #tabstrip-4 i dont know how any numbers it will be and i want to apply that role to all that elements, only id of elements will be changed like 2 3 4 5 etc..
Any pseuso selector solution?
xbe any number where#tabstrip-x?