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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -