css3 - CSS Transform Perspective bad pixelation in Firefox -


I'm trying to create tabs like tabs tab I use:

 < Code> conversion: perspective (4px) rotateX (-1deg); Webkit-Conversion: Perspective (4px) rotateX (-1deg); -mose-transforms: perspective (4px) rotateX (-1deg);   

It looks good in Chrome and IE, but the left border in pix is ​​pixelized;

Firefox Firefox

Chrome / IE  chrome / IE

How can I fix this?

The problem was resolved

  Settings: 1px solid transparent;   



Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -