input type="image" にCSSで設定したマウスオーバーは処理できないのでしょうか? 現在、こんな感じに設定しておりますが、一向に透過できません。 ・Htmlファイル <form name="Form" method="post" onsubmit="return chk()" action="/index/login"> <input name="txtPass" type="text" /> <div class="clear_btn" ><input type="image" class="mouseOver" src="/img/botan.gif></div> </form> ・CSSファイル mouseOver:hover img{ filter: alpha(opacity=65); -moz-opacity:0.75; opacity:0.75; } どなたか