firstChild and nextSibling differences between Firefox and Explorer
torsdag 28 februari, 2008 kl. 2:20 e mThis post describes a weird difference in how Internet Explorer and Firefox handles the Document Object Model (DOM). In my case I got different browser-behaviour when using firstChild and nextSibling in a javascript. The problem is that the Firefox DOM does not ignore line breaks and whitespaces while IE does.
Instead of using firstChild and nextSibling […]
