I have similar CSS base menu which by default pops down i am not sure which property to change so that menu Pops up in UP Direction. more like a drop-up Menu
I have put some code of jsFiddle
I would appreciate help on this. I have looked for similar example could not find one which fits in my scenario.
UPDATE:
Solution http://jsfiddle.net/EAE4m/45/
li ul {
display: none;
position: absolute;
width:100px;
bottom: 18px;
left: 0;
margin-left:-1px;
}
Change
to