Hello everyone,
now the icon of my web can't display completely, I use the firefox and firebug to adjust and see it,
the following is the code:
<input type="submit" style="width: 80px;" value="Sign In" onmouseout="this.className='cssButton button_login'" onmouseover="this.className='cssButtonHover button_login button_loginHover'" class="cssButton button_login"/>
I try to change width: 80px;" to 179px, then it display the ico well. I see the CSS, and the width: 179px, it seem that the web don't use the css,
and I see the page code by IE8, the page code is
<input type="password" name="password" size = "41" maxlength = "40" chkrule="nnull/min5" chkname="password" id="login-password" class="input_box" /></li>
<li class="line_60px">
Forgot your <a href="http://www.jewellet.com/index.php?main_page=password_forgotten" class="red u">password?</a></li>
<li class="margin_t">
<input type="hidden" name="securityToken" value="ef8953b27ae6b5c3dab5225ac49fed69" /><div><input class="cssButton button_login" onmouseover="this.className='cssButtonHover button_login button_loginHover'" onmouseout="this.className='cssButton button_login'" type="submit" value="Sign In" style="width: 80px;"div>
Could any one tell me where to change it? to chane 80px to 179px
Thanks!
Alan



