Twitter bootstrap affix inside ( leave the affix element in the original position)

Lialpipackigh

New Member
when i use the affix div it appends the div to the top navbar, and i don't want the affix div to change position, my scenario is:\[code\] <div class="row-fluid page"> <div class="affix-top" data-offset="40"> </div> </div>\[/code\]i would like to affix the affix div appended to the \[code\].page\[/code\] div (the parent), so not to make it change position in the dom.Just cause of my dummy english, but i'm trying to say that i would like to leave the affix element in the original position, while affixingIs it possible?
 
Back
Top