Html : 将submit变成像文字一样的按钮

  直接上代码: <html> <head> <title>像文字一样的按钮</title> <style> body{ background-color:#daeeff; /* 页面背景色 */ } form{ margin:0px; padding:0px; font:14px; } input{ font:14px Arial; } .txt{ border-bottom:1p
相关文章
相关标签/搜索