Changeset 16083


Ignore:
Timestamp:
2007/09/27 13:04:46 (17 years ago)
Author:
nanasess
Message:

input type="image" の width と heigth を CSS 指定に変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/mypage/login.tpl

    r16081 r16083  
    3939     </div> 
    4040     <div class="tblareabtn"> 
    41       <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" class="box140" /> 
     41      <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" alt="ログイン" name="log" id="log" class="box140" /> 
    4242     </div> 
    4343     <p class="inputtext02"> 
Note: See TracChangeset for help on using the changeset viewer.