Lea 0

I'm using the ::before and ::after psuedo-elements to create a little triangle, like shown here However, my site is RTL, and for some reason, IE9 & IE8 switch the direction of the border attributes of these pseudo-elements, so instead of getting a nice effect like this:

alt text

I get a not-so-nice effect like this:

alt text

Is this a known problem? What can I do other that serve a special stylesheet to the those browsers?

1 answer

0
points
This was chosen as the best answer

I was not aware of that problem, but I think the answer definitely lies with IE conditional tags. It can be a different stylesheet, or you can have it embedded in the page itself.

Answered 11 months ago by Abinadi Ayerdis