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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The issue had to do with the
filterdeclaration. It was creating a gradient, but was changing the way IE rendered the element. Removing it fixed the clipping.