Nescape Navigator ?

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I added borders around pictures using the FP2002 menu. I
downloaded NN 4.7. Everything appears to be fine. Someone
had posted and advised me to use CSS. I have viewed
another website and noticed statement that website is best
viewed with Netscape Navigator 4.7 and above.

So it must depend on version of Netscape Navigator. What
version of Netscape Navigator do webmasters use to try to
gauge compatibility for browsers? Is there a particular
version of Netscape Navigator 4?

Thank you for information!
Susan
 
www.rxs-enterprises.com/browsers/ shows screen dumps from several different
browsers and versions rendering the same page. You have to test in as many
browsers and versions as you can, consider your target group for the site,
and make a decision based on that.

HTH
Ron
 
There's another option to consider. If you are willing to
explore using ASP code, you can perform what's called
browser tests, and based on what browser a viewer has,
you can redirect them to a page you've composed
especially for such a browser. Basically, your site will
look as you intended, no matter who comes visiting since
you've created an experience especially for them.

If you are new to ASP, get 'Beginning Active Server Pages
3.0', published by Wrox. You can get it on Amazon for
about $15.00. Many glorious tricks are provided via ASP,
so it's well worth learning.
 
You can also check browser information using JavaScript on the client side,
without using ASP.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Some things just happen.
Everything else occurs.
 
Unless JavaScript is disabled.

Bob Lehmann

Kevin Spencer said:
You can also check browser information using JavaScript on the client side,
without using ASP.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Some things just happen.
Everything else occurs.
 
Back
Top