首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

File input 浏览下传按钮样式和文字的更改方法

2012-10-29 
File input 浏览上传按钮样式和文字的更改方法File input 浏览上传按钮样式和文字的更改方法 ?!doctype h

File input 浏览上传按钮样式和文字的更改方法

File input 浏览上传按钮样式和文字的更改方法

?

<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>input type file test</title>
</head>
<style>
#uploadImg{ font-size:12px; overflow:hidden; position:absolute}
#fileccc{ position:absolute; z-index:100; margin-left:-180px; font-size:60px;opacity:0;filter:alpha(opacity=0); margin-top:-5px;}
</style>
<body>
<span id="uploadImg">
<input type="file" id="fileccc" size="1" >
<input type="button" value="cccccc">
</span>
</body>
</html>

?

1 楼 tianhandigeng 2011-09-15   在IE中不行啊

热点排行