锚链接不向下滚动

问题描述 投票:1回答:1

我对链接到页面一部分的图像有点麻烦。此链接在输入到栏中并且加载时工作正常,它会向下滚动但是一旦加载了基页,如果我点击带有链接的图像,它就不想沿着页面向下移动到相关的选项卡部分。

https://www.bollostore.com/beolab-50

那是我正在运行它的基页

https://www.bollostore.com/beolab-50#product.view.paybyfinance是页面下方“按财务付费”标签的链接。如果我把它直接放入url栏就可以了。但是当我在简短描述中点击财务横幅时,它不会触发。

我使用的原件是:

<a href="https://www.bollostore.com/beolab-50#product.view.paybyfinance"><img class="aligncenter wp-image-1176 size-full" src="https://www.bollostore.com/media/tmp/catalog/product/c/l/click-to-calculate.jpg" alt="finance for your tv and audio" width="1000" height="auto" /></a>
html html5 hyperlink magento2
1个回答
0
投票

你需要在一个元素中添加一个名称标签

<a class="data switch" tabindex="-1" data-toggle="switch" href="#product.view.paybyfinance" name="product.view.paybyfinance" id="tab-label-product.view.paybyfinance-title">
                                    Pay by Finance                                </a>
© www.soinside.com 2019 - 2024. All rights reserved.