|
Posted by Steve Pugh on 11/23/41 11:45
chaitu wrote:
> 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 width="10" valign="top"><a class="standardLink"
> href="/FindAHotel/205_HiltonHotelsInCountry.jsp?path=WorldMap.UK_Ireland"
> ><img src="/assets/HI/static/layout/grf_Bullet_Right_orange.gif" width="5" height="9" vspace="3" alt="" border="0" /></a></td>
> <td><a class="standardLink"
> href="/FindAHotel/205_HiltonHotelsInCountry.jsp?path=WorldMap.UK_Ireland"
> >United Kingdom & Ireland</a>
> </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
Navigation:
[Reply to this message]
|