Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Anchors not working in Edge browser
Hi, I've got an anhcor in the main nav bar of my site (services link):
It works in Chrome, Firefox, Safari, etc, but not in IE or Edge - it just goes to the top of the Home page instead of the section which is anshored?
Any ideas how to fix this please?
Thanks
Klyster
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
Adam7

07-26-2018
10:51 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Try using this code instead, @klyster:
<div class="anchor"><h2><a name="services" id="services"> </a></h2></div>
That might possibly be a little more IE/Edge friendly.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Great, that worked. Thanks for your help.