link disappears in netscape

C

chaitu

when using IE it works fine but using Netscape the link disappears i
use the following code



<table width="100%" cellpadding="0" cellspacing="0" border="0">

<tr>
<img src="/assets/HI/static/layout/grf_Bullet_Right_orange.gif" width="5" height="9" vspace="3" alt="" border="0" /></a></td>
United Kingdom & Ireland</a>
</td>
</tr>
</table>
 
S

Steve Pugh

chaitu said:
when using IE it works fine but using Netscape the link disappears i
use the following code

Which version of Netscape? On which platform?

And when you say the link disappears do you mean that it's never
displayed or that it is displayed but later vanishes? If the latter
then what event (page finishes loading, cursor moved over link, etc.)
triggers the disappearance?
<table width="100%" cellpadding="0" cellspacing="0" border="0">

<tr>


</td>
</tr>
</table>

Well, apart from the fact that this doesn't really look like a data
table to me I can't see anything wrong the code.

So, what you need to do next is:
1. Validate your HTML <http://validator.w3.org/> and CSS
<http://jigsaw.w3.org/css-validator/> and fix any errors that are
reported by the validator.
2. Check to see if the problem still exists.
3. Post a URL here so that we can see _all_ your code plus things like
HTTP headers, etc. that are outside your code but which may contribute
to the problem.
4. Don't forget to tell us which version of Netscape is giving the
problem.

Steve
 
C

chaitu

hi,
the version of the netscape is 6.1 and the link doesnot vanish.it
doesn't appear at all.
 
J

Jonathan N. Little

chaitu said:
hi,
the version of the netscape is 6.1 and the link doesnot vanish.it
doesn't appear at all.

Ooookay, and the URL? Come on people! It should not be too difficult a
concept to realize that we cannot have a chance at debugging your code
if your cannot *see* your code!
 
S

Steve Pugh

chaitu said:
the version of the netscape is 6.1 and the link doesnot vanish.it
doesn't appear at all.

Please don't top post.

Netscape 6.1 was released in 2001 and used the 0.9.2 version of the
Gecko layout engine. It wouldn't be too inaccurate to say that you have
a problem with a five year old piece of beta quality software.

Do you have the same problem in any browser that uses a more recent
version of Gecko? e.g. Netscape 8.1, FireFox 1.5 or Mozilla 1.8.

If you don't, then I would stop worrying about it. If you do then
follow the steps I listed in my first post:

Steve
 
F

frederick

chaitu said:
the version of the netscape is 6.1 and the link doesnot vanish.it
doesn't appear at all.

I think that you might be trying to solve a problem that you don't need
to worry about, since I can't imagine that there's more than a handful
of people still using that thing. It must be around four years old or
so, and from memory, it was as unstable as a drunk in a china shop, and
somewhat buggy with it, so most users would've upgraded or switched to
another UA.

Do you really have a need to test against it?
 

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

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top