Im creating a CSS triangle, code:
display: block; width: 0px; height: 0px; border-style: solid; border-width: 0px 0px 9px 9px; border-color: transparent transparent rgb(255, 255, 255); position: absolute; top: 14px; left: 133px;
The problem is that this triangle creates a border in Firefox 16.0.2 when using Windows 7.
Screen Shooting a Triangle in FF - There are two triangles, the top and the bottom, creating the same shadow 
I checked in MAC FF and it does not show the borders for the triangle.
Triangle displays correctly in Chrome, Safari, IE, Opera, MAC, and Windows
Any idea why this is happening?
EDIT:
you can check it here: https://metrikstudios.com/want/fbapp/triangle-display.php The page displays the code shown above with a large triangle
source share