冒险岛黑骑士黑暗之矛:jsp按钮的问题

来源:百度文库 编辑:中科新闻网 时间:2024/04/28 03:23:34
我在JSP页面中有一个登录按钮,现在我想在按钮上加背景图片,是设置哪个属性啊?有知道的请告诉我,谢谢!

用CSS样式

<html:submit property="login" styleClass="log" value=" " />

<STYLE type=text/css>.log{
background-image: url(/images/login/login.gif);
background-repeat: no-repeat;
border: none;
width:45;
height:38;
cursor:hand;
}
</style>