Yes... Netscape is notoriously unforgiving of any HTML errors especially
those related to improperly tested table, tr and td tags. You should view
source on your html page and run it through an HTML validator like the one
built into CF Studio to make sure that you have  properly written HTML.
There is another scrolling bug with checkboxes and form elements not showing
up when you scroll down a page and then back up. I don't think there's any
fix for this.

If you do get unsightly spaces in your tables make sure that if you have an
img src in a td cell that the closing td is on the same line as the end of
the img tag like this:

<td>
        <img src="myimage.gif" border="0"></td>

rather than this:

<td>
        <img src="myimage.gif" border="0">
</td>

edward

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 1:23 PM
To: Fusebox
Subject: Problems with site using Netscape


I have just finished my first Fusebox site which contains a parent- and nine
child-circuit applications.
The primary purpose of the parent application is to provide consistent
header, footer, and table of contents pages.
It works beautifully in Internet Explorer 5+ and Netscape 6, then I brought
up Netscape 4.75...ugh!
About 75% of the pages do not display properly: some pages with forms do not
show the input or checkboxes;
some pages show a properly styled TOC menu, while others do not; still
others do not display any images!
I have examined the source code which looks to be identical and consistent
form page to page.

I am currently stumped!
Any thoughts out there?

Ken Loveall, GIS Analyst
Clark County Geographic Information Systems
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to