摘要: button 背景图片IE下不认,无法显示。要想背景图片起效果,必须将按钮的背景颜色为透明才起作用。默认的都不行的。所以:background-color: Transparent;2.把边框设为0input[type="button"]{margin:0px;padding:0px; width:100px; height:27px; text-align:center; background-... 阅读全文
posted @ 2010-04-05 21:13 肚肚 阅读(197) 评论(0) 推荐(0)