Problem with Firefox compatibility

T

Tim Downie

I've got a little quiz set up on my club website that works fine in IE but
not in Firefox.

http://www.zen31010.zen.co.uk/troontortoise/index.htm

Essentially, folk have to find a hidden link and then follow it. The
problem is that no matter what setting I use for the target frame in
hyperlink properties, the whole frame that the link lies within either
disappears or that new page opens up withing that frame not as a new page as
I'd prefer. This is odd considering that other links in the same frame work
fine (the ones for the sponsors in the right hand frame.)

Here's the page for that particualr frame.

http://www.zen31010.zen.co.uk/troontortoise/rmenu.htm

The hidden link is a one pixel black dot between "Entry" and "form" (just
before the "f" of "form".

It works fine from that second link but the problem occurs when you try to
follow the link from the home page.

Any suggestions?

Tim
 
R

Ronx

To open in a new window, change
<a target="_top"
to
<a target="_blank"

Target="_top" will always open in the same window, obliterating any
frames that may be in use.

As it's coded now, Works exactly the same in FireFox 2 as in IE7
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top