Ignore:
Timestamp:
2013/08/21 23:24:50 (11 years ago)
Author:
pineray
Message:

#2349 マウスオーバーで画像を切り替える処理をスマートにする
img タグを対応.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/mypage/login.tpl

    r23101 r23108  
    8181                        <ul> 
    8282                            <li> 
    83                                 <a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php" onmouseover="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry_on.jpg','b_gotoentry');" onmouseout="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg','b_gotoentry');"> 
    84                                 <img src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" border="0" name="b_gotoentry" /></a> 
     83                                <a href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php"> 
     84                                    <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_entry.jpg" alt="会員登録をする" /> 
     85                                </a> 
    8586                            </li> 
    8687                        </ul> 
Note: See TracChangeset for help on using the changeset viewer.