I am trying to use Bootstrap to affix the map image on the left when the user scrolls 230px. It isn't working at all. Any ideas how to use .affix? Here is the example: http://therevolutionet.com/ION/BS3/affixMap.html
CSS
Last Comment
Scott Fell
8/22/2022 - Mon
Scott Fell
Change
<div data-spy="affix" data-offset-top="230">
to
<div data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div data-spy="affix" data-offset-top="230">
to
<div data-spy="affix" data-offset-top="60" data-offset-bottom="200">
I have it working here http://jsbin.com/eZAKiDA/1/
Instructions with and without js http://getbootstrap.com/javascript/#affix