How to distinguish between blank areas and non-blank areas in a webpage with JavaScript?

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2010-05-29T04:59:49Z Indexed on 2010/05/29 5:02 UTC
Read the original article Hit count: 147

Filed under:

How to distinguish between blank areas and non-blank areas in a webpage with JavaScript? Blank areas including:

  • areas that are not occupied by DOM elements.
  • margins, borders and paddings of DOM elements.

© Stack Overflow or respective owner

Related posts about JavaScript