Home › Forums › CSS › [Solved] Colspan problem › Reply To: [Solved] Colspan problem
July 21, 2014 at 9:23 am
#176040
Participant
Ah I get it, well I would suggest not floating .product_float
then, because the only way to get a table to take up the remaining space is with width: 100%;
, but that will push the table under the floating element.