怎么修改网页按钮的风格啊。。
求教啊。。我在做界面时想把按钮做到漂亮点,
<input type="submit" name="button" id="button" value="发帖" style="background:url(image/like_button.png);"/>
这个出不来啊。。求指导
[解决办法]
<input type="submit" name="button" id="button" value="发帖" style="background:url(image/like_button.png);"/>
中style的内容有错误,因该为style="background-image:url(image/like_button.png);"
[解决办法]
图片能访问到吗? 给按钮加上一个高度和宽度试试。
[解决办法]
不是 background可以 是而已
[解决办法]
<input type="submit" name="button" id="button" value="发帖" style="background:url(btn.png); width:200px; height:50px; border:none; cursor:pointer;" />
我看LZ的啊
是我的 就再你的基上加了width height 要跟片一的 然後border去掉 再加鼠式就好了
如果要美化 就弄鼠hover的式吧