猿问

为什么css样式没起作用呢?图片如何才能加进按钮里

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style type="text/css"> 

 .picButton{ 

   background-image: url(navr.jpg);   

 color: #0F3;    

font-size: 18px;     

font-weight:bold;  

  margin: 0px;    

border:0px; 

   padding: 0px;     }

</style> 

</head>


<body>


<input type="button" name="picButton" class="picButton" value="anniu" />


</body>

</html>


图像789
浏览 1544回答 2
2回答

xxiexiex

确定图片路径是对的吗?
随时随地看视频慕课网APP
我要回答