I've setup this jsFiddle to illustrate the problem. I'm using CSS psuedo elements to create a pointer, that's offset the parent element.
It works just fine in FireFox and Webkit browsers and IE 9, but in IE 8 the pointer gets clipped.
|
I've setup this jsFiddle to illustrate the problem. I'm using CSS psuedo elements to create a pointer, that's offset the parent element. It works just fine in FireFox and Webkit browsers and IE 9, but in IE 8 the pointer gets clipped. |
|||
|
|
|
http://www.w3schools.com/cssref/sel_after.asp and notice "Note: For :after to work in IE8, a <!DOCTYPE> must be declared." though it works for me in ie8 |
|||||
|
|
The issue had to do with the |
|||
|
|