I am using :before
and :after
but they are not showing in IE10 and below.
Here is the link to the site: wrdtempsite.com.au/da
When viewing dev tools (F12) all of the css is struck through... ?
Any help would be appreciated.
Thanks.
I am using :before
and :after
but they are not showing in IE10 and below.
Here is the link to the site: wrdtempsite.com.au/da
When viewing dev tools (F12) all of the css is struck through... ?
Any help would be appreciated.
Thanks.
You may need to add empty CSS rule for :hover
before adding rules for :before
and :after
Check the below link, it deals with the same issue. hope it helps
::after on :hover does not work in IE
Why does IE10 require the presence of a p:hover {} rule for transitions to work on a pseudo element?
The issue was I had declared 0 0 no-repeat at the end; when I removed these it worked fine.
Thanks