Button背景透明
1.< input type = "button" value = "Button" style = "background-color: transparent; border: 0;" >
2.< input id = "Button1" type = "button" value = "button" style = " FILTER: alpha(opacity=30);" />
3.< input id = "Button1" type = "button" value = "button" style = "opacity:0.3;" />
4.< input id = "Button1" type = "button" value = "button" style = "-moz-opacity:0.3;" />
1.< input type = "button" value = "Button" style = "background-color: transparent; border: 0;" >
2.< input id = "Button1" type = "button" value = "button" style = " FILTER: alpha(opacity=30);" />
3.< input id = "Button1" type = "button" value = "button" style = "opacity:0.3;" />
4.< input id = "Button1" type = "button" value = "button" style = "-moz-opacity:0.3;" />