Border Color Displaying Incorrectly In Firefox
I have an issue where Firefox is failing to render the correct color of a border, whereas a browser like chrome succeeds. I am hoping to draw a dark purple color, but instead I am
Solution 1:
Use "border-left-style: solid;" instead of "border-left-style: outset;" this will work be fine..
Solution 2:
Two possibilities :
- You applied a
-moz-opacity
to a parent element - Your Firefox color profile has been modified. Please see this link http://cameratico.com/guides/firefox-color-management/, and set all values to default ones. Alternatively, you maybe have installed a plug-in that modified your color profile, like this one : https://addons.mozilla.org/fr/firefox/addon/color-management/
Post a Comment for "Border Color Displaying Incorrectly In Firefox"