[ic] Browser Incompatibility

Bradley Caricofe interchange-users@icdevgroup.org
Thu Aug 8 19:37:00 2002


> It has been brought to me attention that the site we have in development
> looks pretty good in IE 5.5, 6.0 and NS 7 but with Netscape 4.7x, there
> are several locations where the contents of tables, some being
> controlled by CSS, are not rendering.
>
> An example is this row which is not rendering:
>
> <tr class="contentbar1">
>   <td colspan="9">&nbsp;Low Cost Miniature SMA Fixed Attenuators</td>
> </tr>
>
> and this row which does:
>
>                 <tr>
>                   <td width="75%" class="contentbar1" align="center">
>                     &nbsp;Attenuator
>                   </td>
>                 </tr>
>
> I tried the obvious relocating of the class statement from the TR to the
> RD but it did not alter the results...
>
> Anyone else seen this and determined a work-around?  Upgrading NS 4.7x
> isn't an option until the Fall...

Some good info here on 4.x workarounds.  I think I've seen an average of
around 3-4% of our sites visitors using NN 4 products.  I can't wait for the
day that NN 4.x isn't an issue when creating a site.

http://www.mako4css.com/Issues.htm

-Brad