I'm styling a table cell and am trying to use a vertical-align: middle; and float: left; at the same time. This doesn't seem to be working, are there any workarounds?
@TheDoc When I add display: block I get back to same problem I was having before, the cells aren't filling up the table row, even though the values assigned make up 100%.
@TheDoc Looking at that link you provided, adding border-collapse: separate; to the table seems to have done the trick. Am I using that property correctly?
Thanks in advance!
The problem is, the combined total of these widths make up 100%, so why aren't my cells filling up this table row? (see below)
The only way I can remedy this is by assigning a float: left; to my table cells, by doing that though I lose my vertical-align.
Clearly I'm doing something wrong, any help would be appreciated. I hope it makes sense what I'm trying to do. Thanks.
http://jsfiddle.net/NDFY3/2/
http://jsfiddle.net/NDFY3/24/
http://jsfiddle.net/NDFY3/39/
More: http://tympanus.net/Tutorials/CSS3Tables/
http://jsfiddle.net/NDFY3/45/
http://jsfiddle.net/NDFY3/51/