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
2
votes
1 answer

How to implement `scroll-spy` in such a way that multiple targets can be active at once?

I've been playing around with Bootstrap a lot lately and I'm currently in the process of creating a new template for my website. I've done a lot of searching on this issue, but most of the things I find are for people that can't get scrollspy to…
Joe Majewski
  • 1,611
  • 3
  • 18
  • 31
2
votes
2 answers

Why does Bootstrap popover get squished when target is inside an affixed container?

This jsfiddle says it best, but I have a popover trigger that works fine. If I make the container affixed, however, the popover gets squished. Why and how to I remedy this?