I am trying to make a floating css menu. I am using position:fixed to achieve this but the problem is that the menu goes below the footer div when scrolled down. I have also tried using position: relative in the parent container with certain height and position: absolute for the floating div but this doesn't seem to work either as the floating menu doesn't float anymore.
So how can I achieve a floating left menu without making it go below footer div?