I'm trying to get the border working in IE11 like it's working in Google Chrome. I use ASP.NET,inline styling, nth-child, last-child. This is a example of how I use it.
.GridView tbody tr:nth-child(13) td,.GridView tbody tr:nth-child(15) td,.GridView tbody tr:last-child td{
border-bottom:thin solid white;
}
Can anyone tell me which attribute or selector I'm not allowed to use?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire