There is a problem in displaying background image in IE-11 browser.
I have given bg-img to the '::before' of a span tag which has given 'display: table-cell' propery. There are no problems with the rest of the browsers except IE-11 (I couldn't check with safari).
I know, there are few other techniques to get it work. but i don't want that
It will be grateful , if someone tell me why it is not working only in IE, Is it a problem with table-cell propery or Can't we give pseudo-element to table-cell.
Thank you
please find