I am just wondering why in all other browsers (Chrome, Opera, Safari, IE8 ), using the code below will set a <td> height, but in FireFox it ignores it?
P.S. Are all of these browser companies going to let their egos down one day and just all comply through one strict format that all follows the same? I hope so, what a waste of time standard/compliance has been over the years. I would just like to write the code and know it will work on all browsers.
I don't think it's ego so much (well, maybe it is in the case of IE), but rather laziness. The standard has been written - it's just a matter of the different companies not getting around to implementing the standard properly.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.