Cross browser rendering issue -webkit -moz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Cross browser rendering issue -webkit -moz

I am working with css and its rendering colours and font-weight incorrectly . I browsed the problem its about using -webkit and -moz . Do i have to change on all my property or does it have some shortcut

14th Nov 2021, 6:41 AM
Vansh Wadhwa
Vansh Wadhwa - avatar
2 Answers
+ 1
Some said auto-prefixer help, but these vendor specific prefixes issue is rather confusing until browser vendors update their products. https://www.sololearn.com/Discuss/416434/?ref=app https://www.sololearn.com/Discuss/830931/?ref=app https://www.sololearn.com/Discuss/2358133/?ref=app
14th Nov 2021, 7:05 AM
Ipang
+ 1
Ipang actually the color property is getting rendered wrongly(it shows a bit purple in chrome and blue in firefox i want the blue one , HEX is same) How cam i achieve this compatibility???
14th Nov 2021, 6:47 PM
Vansh Wadhwa
Vansh Wadhwa - avatar