how to make an element stay on top of the page css code example Example: css make something always on top element { position: fixed; z-index: 999; }