Forum Moderators: not2easy
.list1_origin {
width:60px;
display:block;
float:left;
overflow:hidden;
}
function no_result_space($value) {
if (!isset($value)) {
echo " ";
} else {
return $value;
}
}
<li class="list1_origin">no_result_space(some_value)</li>
From a usability perspective, my first was with D_Blackwell - provide some indication the cell is intentionally "blank". (Although that may be obvious from the other data being displayed.)
Otherwise, simple height should do it. As in height:30px - whatever measurement will apear similar to the visual "line-height" of the <li>'s with content.