PDA

View Full Version : HELP! Browser compatibility problem


Marbledog
09-21-2002, 12:06 PM
I'm really stumped.

And I really need to solve this problem.

This site (actually only the home page is set up the way I want it so far) works on all the browsers I've tested, which is almost all of of them on both PC & Mac, EXCEPT for Netscape 4.7 - for both PC & Mac. On NS4.7 the background image, which is supposed to show up at the top, shows up almost at the bottom of the page.

I don't know what to do. HELP, ANYONE!!!!!! Please and thank you.

http://marbledog.net/~clients/captioneering/tempweb/

dank
09-21-2002, 12:20 PM
A quick look at the source code doesn't indicate what's wrong, but it does suggest a few things to try. First of all, you have a ton of JavaScript in there that does not look to be used by that page. It might be a site-wide header (?), but I would start by removing any of that that isn't necessary for the page to at least make it easier to search for the real problem and at least narrow down one unlikely culprit. Second, you're using a lot of <div> tags around the main logo. Those can produce wildly inconsistent layout results, so I never use them... I would remove all of those for a test page -- pare it down to just the basic table layout -- then once you have it working, start adding back in whatever you feel is necessary.

Dan