On Feb 21, 10:51 am, Colin Mollenhour <[EMAIL PROTECTED]>
wrote:
> Are the rows contained in a table or a tbody? IE seems to behave better
> when using a tbody.

In browsers that conform to the HTML 4 specification, a table will
always contain a tbody element, they are mandatory although the tags
are not required in the source HTML.

IE conforms in that regard.  IE differs from other browsers when using
DOM methods to add rows to a table[1].  It also fails if innerHTML is
used in an attempt to insert rows.

1. <URL: 
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference:Examples#Example_8:_Using_the_DOM_Table_Interface
>


--
Rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to