Hello all
I have got ul-li list in which there is a span element inside all li.
Currently there is a css class that is applied to that span element [or, so to say, the span elements inside all li] like:
.detail_div ul li span{
//some styles
}
Now for a particular span element inside, say, last li, i want to bypass the above given (default) css class and give different style.
How can I achieve this?
Please help me out.
Thanks.