Re: can webobjects pages show up correctly in both netscape and IE
Re: can webobjects pages show up correctly in both netscape and IE
- Subject: Re: can webobjects pages show up correctly in both netscape and IE
- From: Sam Barnum <email@hidden>
- Date: Tue, 29 Apr 2003 09:32:00 -0700
Couple gotchas I've noticed with Netscape 4.x:
css positioning does really bizarre things to ordinary links, like
redirecting you to "$%p." Do not use position: relative or position:
absolute in your CSS.
The following line of HTML in the <head> was generating "page has
expired" errors for any POST form submit pages (such as logging in):
<meta HTTP-EQUIV=content-type CONTENT="text/html; charset=us-ascii">
I'm sure there are millions of other ones, but these seemed especially
random, and were hard to diagnose. Hope this helps someone.
On Monday, April 28, 2003, at 11:16 AM, liming Zhao wrote:
We use webobjects to develop our site. We wanna our site to support
both IE and netscape(including
netscape 4.0 and even older versions).
But we found that it does not shows up correctly in netscape version
4.0 and older versions. Could
you give me some information about the limitation of webobjects
developed pages and/or some
solution?
Thanks in advance.
Liming
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.