I have a containing DIV with a smaller DIV inside.
The smaller DIV is positioned right at the bottom and has two rows.
By default the first row is outside the container DIV bounds, and is hidden by overflow:none.
On hover, the smaller DIV slides upwards so both rows are visible.
Question:
I can get this to work with absolute positioning when I know the height of the two rows.
Is there a way to do this if I don't know the height of the two rows?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ @ No hover @ @ @ @ @ @ @ @ @ @ @ @ _____________________________ @ @ | | @ @ | | @ @@@@ ----------------------------- @@@@@@ | | | (this row hidden) | |_____________________________| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ @ With hover @ @ @ @ @ @ @ @ _____________________________ @ @ | | @ @ | | @ @ ----------------------------- @ @ | | @ @ | | @ @ |_____________________________| @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@