A CSS Table In One Of Parallel Divs
On a webpage I have a container div and inside it two divs next to each other. In the first inner div I am trying to set up a CSS table that has 4 columns that evenly fill the div.
Solution 1:
Remove
float: left;
from
.table-cell
Post a Comment for "A CSS Table In One Of Parallel Divs"