Questions tagged [affix]

An additional element placed at the beginning or end of something.

An additional element placed at the beginning or end of a root, stem, or word, or in the body of a word, to modify its meaning. In Twitter Bootstrap it is prepend.

Prepended and appended inputs in BootStrap.

Add text or buttons before or after any text-based input. Do note that select elements are not supported here.

Wrapping an .add-on and an input with one of two classes to prepend or append text to an input.

214 questions
0
votes
0 answers

Bootstrap affix fullscreen

I want to do this: "screen" I have page in Boostrap and it is working great. I would like to add floating left div over page. So this is not dependend on content, but its over content. So basically I need CSS position: absolute with dynamic top. I…
0
votes
0 answers

How do I use Bootstrap's Affix.js and Scrollspy within a modal?

I'm currently trying to fix a nav on the left of a set of content. To give you an idea, I'm dealing with a col-md-3 and col-md-6 within a 'row' and 'container' pair of divs. Simply: there are two columns, the smallest column containing the…
Mr_Spock
  • 3,815
  • 6
  • 25
  • 33
0
votes
1 answer

Affix sidebar right goes to top?

I am making a sidebar for my website and want to use Affix for this. The problem is that when i scroll down and it activates the sidebar fixed to top goes, and doesn't stay on his position. This is my sidebar :
0
votes
0 answers

Bootstrap Responsive affix

I need to sidebar box affix fix top, but problem with responsive. Thanks for advice or example.
0
votes
1 answer

jQuery resize doesn't affect variable and affix

I'm trying to make a navbar affixable at the proper scroll position. I have a #cover-section element and below it, an affixable navbar. The #cover-section element is resizable. when it gets resized, I want the affixing offset position to be modified…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
0
votes
1 answer

Twitter bootstrap. Add a new class when class"affix" is added

I've a question regarding bootstrap affix and CSS3.
some content
I'm…
Matteo Vacca
  • 113
  • 3
0
votes
1 answer

Fixing the div of page using affix

I have used the affix property to fix the div in a particular pixels from top but this is not working out for me.The sidebar is not fixed out here Here is the code I am using
0
votes
0 answers

Affix NavBar overlaps the body when zooming

Is there any way to prevent the navbar(with bootstrap affix plugin) from overlaping the body as it's shown here ?
WolFSharp
  • 169
  • 4
  • 14
0
votes
1 answer

Trying to get bootstrap's affix to work correctly?

I am using bootstrap's affix to stick a div and a nav div on left side. But simply adding the class affix to two div's i like to stick didn't do it. http://jsfiddle.net/wesweatyoushop/rmuq25ak/4/ Both divs can scroll say 260px and should then stick,…
alex
  • 4,804
  • 14
  • 51
  • 86
0
votes
0 answers

Bootstrap 3 - Using affix to create "sticky" blocks

I'm trying to use the Bootstrap affix to create two "sticky" blocks side by side on top in the content area but they do not behave as expected. They always either overlap each other and/or the content or does not fill their parent.
halvorsen
  • 411
  • 1
  • 6
  • 14
0
votes
1 answer

Bootstrap Affix only working on pages without the slide out menu

** Updated ** So after some more investigation I have narrowed it down to this piece of javascript preventing the affix class to work.. but again.. I'm not sure why this would break the page?? var panelExample = $('#someID').scotchPanel({ …
icekomo
  • 9,328
  • 7
  • 31
  • 59
0
votes
1 answer

Boostrap affix sidebar on the right

I've read a lot of questions about affix and sidebars, but either I don't understand well or I can't find the solution to my problem: Following the advice found here, I made the JS code to dynamically define the offset (barrehaut is the class of my…
Jsl
  • 19
  • 4
0
votes
2 answers

Twitter Bootstrap affix weird behavior

I'm trying to make a pinned menu in the left column, but the affix plugin works weird in my case: http://jsfiddle.net/AlexeyKosov/753ofx5x/ Try to scroll to bottom and back, when you're scrolling back, the menu jumps to top. What am I doing…
Alexey Kosov
  • 3,010
  • 2
  • 23
  • 32
0
votes
2 answers

Bootstrap Affix ( bottom class )

hello all i have a bootstrap Affix , The broblem is the #sideBarContainer is take the rop class perfect , and when i scroll the class change to Affix perfect too , but when i arrive to the point that i need it to stop and change the class to…
Mohamed Samy
  • 931
  • 2
  • 13
  • 24
0
votes
1 answer

Twitter bootstrap restrict scrolling to one div

I am new to Bootstrap and have the following setup at the moment: