Click to See Complete Forum and Search --> : Websites Compatiability Script?


ricland
04-04-2003, 08:29 PM
My website looks great in the latest version of IE, but not so great in Navigator 7. What's the javascript for detecting browser and swapping content?

khalidali63
04-04-2003, 10:16 PM
if you follow W3C standards then there is not too much of a difference between IE6 and NS6+ browsers( definitely not so muh for swapping images).

if you have document.all code,take it out and replace it with
document.getElementBtId("objID")..

the above is a start ..jst look at the documentation for details

http://devedge.netscape.com/

is a good place to start from

Cheers

Khalid

ricland
04-05-2003, 08:49 AM
Thanks, Kalid,

you wrote:



if you have document.all code,take it out and replace it with
document.getElementBtId("objID")..

the above is a start ..jst look at the documentation for details"

Well, I'm not quite sure what this means. Where do I find "document.all"? where do I find "document.getElementBtId ("objid)?

This is the site in question:

www.northgatemeadows.com

As I say, it looks great in IE, not so great in Navigator

Thanks

khalidali63
04-05-2003, 08:52 AM
Which part of the webpage is your concern,give me a specific problem point so that I can take a look and guide you to a solution.

Cheers

Khalid