html - dotted border is displayed incorrectly in safari -


i have problem in safari border wrongly displayed. there css settings consider? or missing?? thank you.

this css:

.border-dotted { border-width: 0px 0px 7px 0px; border-style: dotted; border-color: black; border-image-source: url(/img/dot.svg); border-image-slice: 36% 38%; border-image-repeat: round; } 

this how displayed in safari: enter image description here

this how displayed in chrome: enter image description here

i not sure work or not in safari can try.

.border-dotted{ border: 7px dotted black; } 

you can change way want border-bottom.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -