开发者

Page internal linking with IE8

开发者 https://www.devze.com 2023-03-19 21:14 出处:网络
I trying to make my page IE 8 compatible. I do page internal linking like: <a href=\"#whats_remme\">What is Remme?</a>

I trying to make my page IE 8 compatible. I do page internal linking like:

<a href="#whats_remme">What is Remme?</a>
...
Text
...
<a name="whats_remme"></a>

So if somebody clicks on the upper link, the side scrolls to where the lower (invisibl开发者_开发百科e) link is. Unfortunately this doesn't work on IE8. Any Ideas?

Thanks Markus

0

精彩评论

暂无评论...
验证码 换一张
取 消