Take a look at this page: When you resize your browser to be greater than 1000px, you'll notice a scrollbar appear. However, the arrows on the page are not fixed in place when you scroll down. I want them to move along with the page and remain fixed in position. I've tried setting their style to "Position:fixed;", but that didn't work and caused conflicts with other CSS rules. I also attempted using various jQuery and CSS plugins to make the arrows fixed, but none of them seemed to make it work. Any suggestions on what I should try next?