Skip to main content

All Questions

1 vote
0 answers
87 views

After MOTW comment, links <a> on the page stopped working

I was facing problem of 'Active-X controls' while running pages in Internet Explorer. <!-- internet explorer restricted this webpage from running activex controls --> I found the solution ...
Alpesh Prajapati's user avatar
1 vote
1 answer
699 views

Anchor tags not working as expected in Mozilla Firefox and IE

I have a following html code: <div class="share-wrap"> <p> Terms and Conditions </p> <br/> <a href="https://sitename/en/privacy- ...
Arry's user avatar
  • 15
0 votes
1 answer
63 views

HTML anchors not working in IE

I have menu with this link: <a title="Haluamme palvella" href="http://mydevsite.fi/#haluamme-palvella" rel="page-22"><span>Haluamme palvella</span></a> and I've placed this ...
A. Sirvio's user avatar
1 vote
1 answer
986 views

Can't copy text within a link with an ID as an href

I have text within links that have IDs as their href properties, for e.g. and if someone tries to copy the text inside, it drags the whole link out in a little popup, see image here: https://i....
Michelle Walstra's user avatar
0 votes
1 answer
100 views

Page navigation broken in IE11

I have a page with 4 links and two of them don't work in IE. They're fine in Chrome & FF. I've read that IE requires some text in the anchor tags, but I tried that and there's no difference. ...
tdrsam's user avatar
  • 527
0 votes
0 answers
222 views

IE Anchor Link Jumps to Wrong Place

I am building a long Client List page for a site. There are links on other pages that are to jump to a specific category of client (Industry). Everything's working great except for when testing in ...
Joe's user avatar
  • 1,812
-4 votes
3 answers
9k views

Anchor tag not working in IE

I have a simple anchor tag in my page that works with Chrome, Safari and Firefox except for IE. I have the IE11. Based on various comments online I've tried everything from display: block; to ...
alicewilliam86's user avatar
1 vote
2 answers
1k views

Image links in IE 11

I haven't tested this on all versions of IE but I have a problem that when I go to this site: http://www.yourwhiteknight.com/manufactured/ and click on one of the image links in the navigation menu (...
MattM's user avatar
  • 3,217
-2 votes
2 answers
97 views

<a> tag issue with Internet Explorer

I have used <a> tag inside <div> which is not working in IE my code structure is like : <div> <a target="_top" href="address"> <button> </button>...
khushal's user avatar
0 votes
4 answers
977 views

Anchor Tags not working in IE or FF

My anchor tags aren't working properly in IE or FF. Works fine in Chrome. Help?! Here's a JSFiddle that shows what I'm trying to accomplish and see PasteBin for raw HTML. I didn't know how to import ...
Zach Oxley's user avatar
0 votes
0 answers
31 views

anchor tag links movig upward in interner explorer?

Why the anchor tag pointer showing upward outside the area of the button and ending in the middle of the button in internet explorer Any hint ????
Mehar's user avatar
  • 2,228
1 vote
1 answer
2k views

IE doesn't respect <label> within <anchor>

So I just found out that IE (even the current 10 & 11) do not support labels within anchor tags...but DOES support onclick actions within said tag. Ran into this when I was updating a menu system ...
beauXjames's user avatar
  • 8,408
50 votes
9 answers
87k views

Download attribute on A tag not working in IE

From the following code I'm creating a dynamic anchor tag which downloads a file. This code works well in Chrome but not in IE. How can I get this working <div id="divContainer"> <h3>...
Nipuna's user avatar
  • 6,996
1 vote
4 answers
2k views

How to make Chrome and IE display block hyperlinks correctly

I have always used the following code to make < a > links fill the content of their container. Both chrome and IE are now display the < a > link the size of the content. I have tried explicit ...
DreamTeK's user avatar
  • 34k
1 vote
1 answer
735 views

Internet Explorer text above absolute positioned link

I have created a list of boxes with text inside that are clickable, however IE sets the text above the link, so when hovering over the text it prioritizes it making the link no longer work. Chrome + ...
Kyle Needham's user avatar
  • 3,389

15 30 50 per page