Quote:
Originally Posted by sde
DJM, how did you come to that conclusion without seeing if his HTML included an element for mysql_check which supported innerHTML?
|
Most people don't use block elements (like div and fieldset) to place data.
This due to the problem with block elements being on their own row instead of inline with elements (like input tags).
Since only block elements are allowed to use innerHTML the issue is easy.
a. FireFox does allow innerHTML on all elements
b. IE only on block elements
As for superior debugging in Firefox:
Firebug - Web Development Evolved