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

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -