View Single Post
Old 08-09-2007, 12:40 AM   #6 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Quote:
Originally Posted by sde View Post
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
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote