Shadow table cells displayed in different browsers differently. Here's the code itself. How to do that would display the same?
box-shadow: 2px -2px 6px #000000;
-webkit-box-shadow: 2px -2px 6px #000000;
Shadow table cells displayed in different browsers differently. Here's the code itself. How to do that would display the same?
box-shadow: 2px -2px 6px #000000;
-webkit-box-shadow: 2px -2px 6px #000000;
Copyright © 2021 Jogjafile Inc.
box-shadow (without prefix) is largely supported by all browsers without too much concern (with the exception of IE8 and before). About the cross browser differences of rendering: i wouldn't concern too much. You can anyway try to add the vendor's prefix as first choice and check if stuation improves... you can't do much more than this.