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

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

java - Simple Command Line calculator -