css - border-style: ridge doesn' work on Chrome -
i've got css style border of table:
border-right-width: 3px; border-bottom-width: 3px; border-right-style: solid; border-bottom-style: solid; border-right-color: #558fa6; border-bottom-color: #558fa6; border-style: ridge;
it works fine in firefox
but ignored chrome:
i checked similar answer, not work me. need similar css code works in chrome.
Comments
Post a Comment