Given the following how do i make my last column auto size to its content? (The last column should autosize-width to the content. Suppose i have only 1 li element it should
use auto and min or max width like this:
td { max-width:50px; width:auto; min-width:10px; }