Align Div Top/bottom In A Variable Height Td
I am using the HTML below: I have a table with variable height. The height is set by the first TD content. In the next TDs i want to have 2 divs. one align top and the other align
Solution 1:
Do you mean something like this ? http://jsfiddle.net/ERPSA/ It's done using position:relative on the parent's td and position:absolute on the childs tds ... this make the children using the td as reference for their position.
Post a Comment for "Align Div Top/bottom In A Variable Height Td"