Menu bar with fixed position meant for 1 page doesn't render well
I have a website with a menu bar which has position: fixed,
though whenever I click several times on either of the <li>'s (menu elements), the menu bar will not render as it should.
I think that the terms "fixed" and "absolute" are very misleading, because "absolute" just means "fixed with respect to the containing div", whilst "fixed" references an absolute position in the view port.
Bookmarks