Re: [Zope] Browsers & Backgrounds
Thanks Chris,
Have you looked at the source being used by the browsers? ;-) Duh -- Use the source bob!
It turns out that there were two (body background) tags in the source received by the browser. One is in the (standard_html_header) which I missed and the other was in the (index_html). I guess once IE4 sees the first (body b..) tag it ignores them later while NS45 makes changes for every tag it sees. -bobo connor bob@rocnet.com -----Original Message----- From: Christopher Petrilli <petrilli@amber.org> To: zope@zope.org <zope@zope.org> Date: Thursday, April 08, 1999 3:55 PM Subject: Re: [Zope] Browsers & Backgrounds
On Thu, Apr 08, 1999 at 03:28:06PM -0400, Robert OConnor wrote:
I've tried renaming the file in the index_html and the file itself both from Netscape and IE 4. I've shut both browsers down and even redialed the ISP to get a new IP but the problem remains.
Has anyone else seen this? Is there a way to capture the transactions between the browser and server to see what is going on?
Have you looked at the source being used by the browsers? ;-)
Chris -- | Christopher Petrilli ``Television is bubble-gum for | petrilli@amber.org the mind.''-Frank Lloyd Wright
On Fri, Apr 09, 1999 at 06:35:43AM -0400, Robert OConnor wrote:
Thanks Chris,
Have you looked at the source being used by the browsers? ;-) Duh -- Use the source bob!
Hey, sometimes we forget the most obvious thing :-)
It turns out that there were two (body background) tags in the source received by the browser. One is in the (standard_html_header) which I missed and the other was in the (index_html).
I guess once IE4 sees the first (body b..) tag it ignores them later while NS45 makes changes for every tag it sees.
YOu don't even wanna know how CSS breaks differently in each browser, and how they ignore it based on previous tags, etc... it's JUST not pretty... heck, NS doesn't even honor font-family: information in the BODY tag, it's just really really really really frightening how totally standards-incompatible these POS browsers really are. I know... Chris, tell us what you REALLY think. :-) Chris -- | Christopher Petrilli ``Television is bubble-gum for | petrilli@amber.org the mind.''-Frank Lloyd Wright
participants (2)
-
Christopher Petrilli -
Robert OConnor