質問と回答
商品詳細->画像を拡大する(スクロールバーなどをつける)
フロント機能 > 商品詳細2008/12/23 18:06
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3218&forum=10
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3218&forum=10
商品詳細ページで画像を拡大表示したときに、スクロールバーやリサイズをしたいの
ですが、どうやっても上手くいきません。パラメータをどのように設定したらいいので
しょうか?ご教示いただければ幸いです
【やった事】
/html/user_data/packages/default/detail.tpl
の63行目あたり
<!–★画像1★–>
<a href=\"java script:void(win01(\'/products/detail_image.php?product_id=<!–{$arrProduct.product_id}–>ℑ=main_large_image<!–{if $smarty.get.admin == \'on\'}–>&admin=on<!–{/if}–>\',\'detail_image\',\'<!–{$arrFile.main_large_image.width+60}–>\', \'<!–{$arrFile.main_large_image.height+80}–>\', \'status=yes resizable=yes scrollbars=yes toolbar=yes menubar=yes location=yes\'))\">
に status=yes, resizable=yes, scrollbars=yes, toolbar=yes, menubar=yes, location=yes を追加した
ステータスバーの有無:status=yes
ウインドウのサイズ変更の有無:resizable=yes
スクロールバーの有無:scrollbars=yes
ツールバー:toolbar=yes
メニューバー:menubar=yes
アドレスバーの有無:location=yes
ですが、どうやっても上手くいきません。パラメータをどのように設定したらいいので
しょうか?ご教示いただければ幸いです
【やった事】
/html/user_data/packages/default/detail.tpl
の63行目あたり
<!–★画像1★–>
<a href=\"java script:void(win01(\'/products/detail_image.php?product_id=<!–{$arrProduct.product_id}–>ℑ=main_large_image<!–{if $smarty.get.admin == \'on\'}–>&admin=on<!–{/if}–>\',\'detail_image\',\'<!–{$arrFile.main_large_image.width+60}–>\', \'<!–{$arrFile.main_large_image.height+80}–>\', \'status=yes resizable=yes scrollbars=yes toolbar=yes menubar=yes location=yes\'))\">
に status=yes, resizable=yes, scrollbars=yes, toolbar=yes, menubar=yes, location=yes を追加した
ステータスバーの有無:status=yes
ウインドウのサイズ変更の有無:resizable=yes
スクロールバーの有無:scrollbars=yes
ツールバー:toolbar=yes
メニューバー:menubar=yes
アドレスバーの有無:location=yes








商品詳細->画像を拡大する(スクロールバーなどをつける) への1件のコメント