Cross browser client side coding
-
I would find an article on cross browser client scripting and css styling very handy. I've mostly worked on company intranets where the browser is standard (ie) I think its about time I learnt how to cater for other browsers. There seem to be lots of quirks, workarounds, fixes, css oddities between different browsers that need to be catered for. Jim
-
I would find an article on cross browser client scripting and css styling very handy. I've mostly worked on company intranets where the browser is standard (ie) I think its about time I learnt how to cater for other browsers. There seem to be lots of quirks, workarounds, fixes, css oddities between different browsers that need to be catered for. Jim
This is scandalous to ask but what base level of browser are you looking at? An article on CSS and JS for IE5+ and Netscape 6+ will be very different from an article that also has to cover Netscape 4 and IE4. There is a big leap between the 4th and 5th (or 6 if you are Netscape) generation of browser. regards, Paul Watson Bluegrass South Africa Brian Welsch wrote: "blah blah blah, maybe a potato?" while translating my Afrikaans. Crikey! ain't life grand? Einstein says...
-
This is scandalous to ask but what base level of browser are you looking at? An article on CSS and JS for IE5+ and Netscape 6+ will be very different from an article that also has to cover Netscape 4 and IE4. There is a big leap between the 4th and 5th (or 6 if you are Netscape) generation of browser. regards, Paul Watson Bluegrass South Africa Brian Welsch wrote: "blah blah blah, maybe a potato?" while translating my Afrikaans. Crikey! ain't life grand? Einstein says...
I'm mainly interested in the latest generation of browsers e.g. Netscape 6+, Opera, Mozilla. Currently code against Internet Explorer 6. Are there still fundamental differences in the Javascript and CSS environment in the latest generation of browsers? I would hope not. Jim
-
I'm mainly interested in the latest generation of browsers e.g. Netscape 6+, Opera, Mozilla. Currently code against Internet Explorer 6. Are there still fundamental differences in the Javascript and CSS environment in the latest generation of browsers? I would hope not. Jim
The DOM and manipulation of it by JS is pretty standard now. What works in Netscape 6 works in IE6 and Mozilla. Though Opera is noteably lagging behind in this regard. Saying that it's market share and future market share seem too small to worry much about it (it gets enough right though that most manipulations you want to do will work). CSS still has a way to go, though it is a lot better than it was with the 5th generation line. I will see if I have some time to put together an article. If anybody else wants to help then speak up please. regards, Paul Watson Bluegrass South Africa Brian Welsch wrote: "blah blah blah, maybe a potato?" while translating my Afrikaans. Crikey! ain't life grand? Einstein says...