我在border-image中使用的图像不会立即加载。有时需要几秒钟才能加载,有时它根本不会加载,有时它会立即加载。图像本身只有3或4kb,401 * 211,png。我该如何解决这个问题?
<div style="border-style:solid;
border-width:43px 54px 54px 27px;
-moz-border-image:url(../img_peripheral/window_mac_2.png) 43 54 54 27 repeat;
-webkit-border-image:url(../img_peripheral/window_mac_2.png) 43 54 54 27 repeat;
-o-border-image:url(../img_peripheral/window_mac_2.png) 43 54 54 27 repeat;
border-image:url(../img_peripheral/window_mac_2.png) 43 54 54 27 fill repeat;
text-align:justify;color:#666666;font-size:small;font-family:monospace;">
XXXXX
</div>