views:

51

answers:

2

What are the primary differences between DOM in different browsers(Mozilla FireFox, IE, Opera, other)? If You can, please, give me some examples.

+1  A: 

Start here:

http://www.quirksmode.org/

And as Myles said in his comment, the list is long and complex. Do you have a specific problem?

Lior Cohen
+1  A: 

You can start here:

webdevout.net

compatibility

DOM Core

DOM/events

DOM/css

DOM/traversal

access2008
Good resources, thanks
mykhaylo