I have this css witch works perfectly with all browser exept ie8 this is my css
.team-list.list2:nth-child(2n) li {
margin: 0 0 0 56px;
}
.team-list:nth-child(2n) {
margin: 0 -100px 0 -150px;
}
.team-list:nth-child(2n) li {
margin: -101px 0 0 73px;
}
how to make it compatible with ie8
I tried to add selectvizir but it does not work i know that there a solution with jquery but i am so novice in jquery so could you help me find solution?