Click to See Complete Forum and Search --> : Differences between IE and Netscape?


opilander
12-09-2002, 05:16 AM
Hi! I just started celebrating getting my invisible links to work, when somebody pointed out that they didn't actually work, at least not on IE. They do however on Netscape. You can check the phenomenon out on www.uwasa.fi/~h79188/artikkelit.html .

All the links on the main part of the page should open up articles in a new window, and that window should NOT include a blue link saying "Takaisin pääsivulle". That link should only appear when you reach this page any other page than artikkelit.html . Right. Can someone help me with this?

Petter

Beach Bum
12-09-2002, 08:02 PM
using IE6 I don't see the link on the pages and I also do not see it in your code. very well hidden. just as you wanted.

opilander
12-10-2002, 12:29 AM
Right. I think you must have checked the wrong page then. One of the ones where the problem occurs would be www.uwasa.fi/~h79188/artikkelit/optimoi.html . When you arrive to this page FROM www.uwasa.fi/~h79188/artikkelit.html by clicking the topmost link on the mainpart of the page, the NEW window should not have a link in it.

Is this the case on your IE and do you still not find the code? It should be on lines 16-20 of www.uwasa.fi/~h79188/artikkelit/optimoi.html

thanks

Beach Bum
12-10-2002, 09:23 PM
i see. not sure why - looks OK to me. but it works with diplay:none, which you would then switch with display:inline (i tried it in your code in IE6). of course the problem with display is that the page will "shift".

if i get time i will play with it some more.