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/regist/complete.tpl

    r23066 r23108  
    3939                <ul> 
    4040                    <li> 
    41                         <a href="<!--{$smarty.const.TOP_URLPATH}-->" onmouseover="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_toppage_on.jpg','b_toppage');" onmouseout="eccube.chgImg('<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg','b_toppage');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" border="0" name="b_toppage" /></a> 
     41                        <a href="<!--{$smarty.const.TOP_URLPATH}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_toppage.jpg" alt="トップページへ" /></a> 
    4242                    </li> 
    4343                </ul> 
Note: See TracChangeset for help on using the changeset viewer.