Links Dont Work in IE but will in other Browers. Please Help

allan.lehmann56

New Member
Messages
5
Reaction score
0
Points
0
Hi

I have been really busy setting up a IFE (In-Flight Entertainment system) for me and a few freinds New Virtual Airline and im having trouble with the links.

I Have completed the links in one section of the IFE site area, but heres the thing. It works fantastic in All web browers accpet IE (Internet Explorer).

The link for the IFE: http://www.1air.pcriot.com/Sky_Screen/
(The only ones that i have link up is The In-Flight Entertainment Section.)( the others im still wokring on.)

Any ideas?
 
Messages
64
Reaction score
0
Points
6
its not working on Opera as well so i am not understanding what you exactly are you asking about. Its just seem to be an image with no links. Check once again.
 

allan.lehmann56

New Member
Messages
5
Reaction score
0
Points
0
The Links are there what i have done to create it is created the background with text in PhotoShop then i have add the link over the top of the area i wont as a link.

Its been bugging me for a few weeks now, with no luck.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Where did you pick up the "trick" of using divs inside of anchors?
Did it claim to work on all browsers?
 

allan.lehmann56

New Member
Messages
5
Reaction score
0
Points
0
I friend showed me how to do it a year ago, And it worked on all browers. But for some reason its not working for me this time. He has also had a look and he is also puzzled.
 

ysptheband22

New Member
Messages
2
Reaction score
0
Points
0
Here's the trick:
DO NOT use div's inside <a> tags. The only thing that goes inside <a> tags is plain text and ocasionally <img /> tags.

I would advice the following code:
HTML:
<a href="IFE/ife.html" id="button2"></a>
Then it should work (if not, put &nbsp; inside the <a> tags.)

Regards
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I friend showed me how to do it a year ago, And it worked on all browers. But for some reason its not working for me this time. He has also had a look and he is also puzzled.

As mentioned above, div's (block element) are not supposed to go inside of a's (inline element)
And why do you try to include a js file (stmenu.js) that is does not exist?
 

allan.lehmann56

New Member
Messages
5
Reaction score
0
Points
0
OK I seem to have sorted it at last the problem was that the background color was on top of the buttons so now i have from doing trial and error it seems to be working.

Thank You all for your help very much appreciate it.
 
Last edited:
Top