html - How to increase height of an element upwards? -
the html code:
<ul> <li>a</li> <li>b</li> <li>c</li> <li>d</li> <li>e</li> <li>f</li> </ul>
if add 1 more li
in list, height grows downwards. keep list bottom static , increase height upwards.
update: trying keep small bar in bottom of browser window always. when user picks something, bar show item. if more 1 item, container has auto increase height upwards.
how it?
any suggestions appreciative!
thanks!
so guess list should in absolute position width specified bottom
.
Comments
Post a Comment