All Questions
30 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 ...
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-
...
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 ...
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....
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.
...
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 ...
-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 ...
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 (...
-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>...
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 ...
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 ????
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 ...
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>...
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 ...
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 + ...