2012-09-24 33 views

回答

2

最好創建一個圖像像框並將其用作背景圖像。

如果你想使用border-image請參閱本http://css-tricks.com/understanding-border-image/

+0

@peter:我在單頁已經幾個輸入文本框,它不會是一個明智的選擇使用背景圖片,我只需要直線圖像被過度研磨與底邊框其中是隱藏的。 – VinKrish

0

你應該定義爲邊界的圖像的寬度,完整的參數。您應該根據圖像更改此參數。

border-width:25px 30px 10px 20px; 
border-image:url("image.png") 25 30 10 20 repeat; 
+0

http://stackoverflow.com/questions/12563460/replacing-border-of-text-input-with-image/12563560#12563560 –