Can someone please help me figure out how to make a div element stay fixed on the screen as I scroll down the page? I've tried multiple solutions but nothing seems to be working. Any assistance would be greatly appreciated!
I'm struggling with this particular issue!
<div id="mainMenuBarAnchor"></div>
<div id="left_content" class="left_content">
<ul class="left_menu">
<li class="odd"><a href="#">Latest</a></li>
<li class="even"><a href="#">Size</a></li>
<li class="odd"><a href="#">Color</a></li>
<li class="even"><a href="#">Price</a></li>
</ul>
</div>