Skip to main content
added 1 characters in body
Source Link
Tim Down
  • 325.6k
  • 76
  • 461
  • 546

You really really don't want <div /> tags. They are not valid HTML (and IE always parses documents as HTML) and will break DOM traversal methods in IE]1will break DOM traversal methods in IE.

You really really don't want <div /> tags. They are not valid HTML (and IE always parses documents as HTML) and will break DOM traversal methods in IE]1.

You really really don't want <div /> tags. They are not valid HTML (and IE always parses documents as HTML) and will break DOM traversal methods in IE.

Source Link
Tim Down
  • 325.6k
  • 76
  • 461
  • 546

You really really don't want <div /> tags. They are not valid HTML (and IE always parses documents as HTML) and will break DOM traversal methods in IE]1.