且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何让我的< input type ="提交" />一个图像?

更新时间:2022-12-08 13:11:27

input[type=submit] {
    background: url(http://lrroberts0122.github.com/DWS/lab6/level-2/images/button.png);
    border: 0;
    display: block;
    height: _the_image_height;
    width: _the_image_width;
}