首先用PHOTOSHOP做出你想要的樣式的圖片。具體代碼,我就把我以前寫(xiě)的CSS樣式表發(fā)給你看看,僅供參考。 .btn1 {
成都創(chuàng)新互聯(lián)公司主營(yíng)右江網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,app軟件定制開(kāi)發(fā),右江h(huán)5小程序開(kāi)發(fā)搭建,右江網(wǎng)站營(yíng)銷(xiāo)推廣歡迎右江等地區(qū)企業(yè)咨詢(xún)
height: 20px;
width: 60px;
background-image: url(img/search.jpg);
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}你只需要把背景圖片更改成你的圖片就可以了(需要注意圖片文件和網(wǎng)頁(yè)文件保存的位置)。
非IE6瀏覽器,可以使用input:hover的偽類(lèi)來(lái)控制樣式,但I(xiàn)E6瀏覽器只能用JS來(lái)實(shí)現(xiàn)了,需要設(shè)定兩個(gè)狀態(tài),然后用JS切換類(lèi)。
style
#c_button { width:92px; height:30px; border:0; float:left;}
.c_up{background:url(../images/i_login_btn.png) no-repeat 0 top;}
.c_down{background:url(../images/i_login_btn.png) no-repeat 0 bottom;}
/style
input name="" id="c_button" class="c_up" type="submit" value="" title="點(diǎn)擊登錄"/
script type="text/javascript"
document.getElementById("c_button").onmouseover=function() {this.className = "c_down";}
document.getElementById("c_button").onmouseout=function(){this.className = "c_up";}
/script
1.可以利用css的定位元素來(lái)實(shí)現(xiàn)。
style
.btn{position:?relative;overflow:?hidden;margin-right:?4px;display:inline-block;*display:inline;padding:4px?10px?4px;font-size:14px;line-height:18px;*line-height:20px;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background-color:#5bb75b;border:1px?solid?#cccccc;border-color:#e6e6e6?#e6e6e6?#bfbfbf;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.btn?input?{position:?absolute;top:?0;?right:?0;margin:?0;border:?solid?transparent;opacity:?0;filter:alpha(opacity=0);?cursor:?pointer;}
/style
div?id="up_btn"?class="btn"
span添加圖片/span
input?id="photoimg"?type="file"?name="photoimg"
/div
新聞標(biāo)題:css修改上傳按鈕樣式,css提交按鈕樣式
瀏覽地址:http://chinadenli.net/article14/dsdjdde.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供Google、軟件開(kāi)發(fā)、App設(shè)計(jì)、品牌網(wǎng)站建設(shè)、關(guān)鍵詞優(yōu)化、域名注冊(cè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)