Author Archives: tabcom

Spacesniffer

SpaceSniffer is a freeWare (donations are welcome) and portable tool application that lets you understand how folders and files are structured on your disks. By using a Treemap visualization layout, you have immediate perception of where big folders and files are placed on your devices. Treemap concept was invented by Prof. Ben Shneiderman, who kindly permitted the use of his concept into this tool.

Continue Reading →

Spacesniffer was last modified: May 26th, 2015 by tabcom

Container div with float elements inside

Problem

Suppose we have a <div id=”container”> containing float:left, float:right and normal flow block and inline content. The container is given a width value.

I want the container div width to adjust to the width of the content inside.  However, the container div will only shrink to fit the non-floating elements only.  The floating elements will be either all the way out, or half out, half in, and not have any bearing on the size of the container div.

Example – Float left with fixed width container that is too small

Continue Reading →

Container div with float elements inside was last modified: May 26th, 2015 by tabcom