Subject Re: About our Web Pages
Author Schlottmann-Goedde@t-online.de
Helen Borrie schrieb:
> Hi All,
> Is anyone else having the same problem as I do viewing our site with IE5?
>
> Down the left side of the main pages is a set of menu buttons - 11 in all.
> With IE5 I'm consistently not seeing buttons 8 (InterBase Corporation) and
> 9(Press Releases). There are no "broken image" symbols there, just gaps.

Seems to be an error in your html source that netscape ignores:

<tr align="left" valign="top">
<td width=156 height=27><a href="./interbasecorp.htm"><img
src="./img/ibcorp.gif" width=width="156" height="27"
border="0"></a></td></tr>
^^^^^^^^^^

<tr align="left" valign="top">
<td width=156 height=27><a href="./pressreleases.htm"><img
src="./img/pressreleases.gif" width=width="156" height="27"
border="0"></a></td></tr>
^^^^^^^^


hth

Frank