-1
Hello,
I have 2 columns, one with a col3 and one with a col9. I would like the col9 to be fixed and the col3 to be rolled.
How can I do it with bootstrap?
-1
Hello,
I have 2 columns, one with a col3 and one with a col9. I would like the col9 to be fixed and the col3 to be rolled.
How can I do it with bootstrap?
0
You can try adding the attribute "Fixed" in the div
Ex:
<div class="col3"></div>
<div class="col9 fixed"></div>
Browser other questions tagged twitter-bootstrap css3 responsive-layout
You are not signed in. Login or sign up in order to post.
When you say
fixa
you mean no scroll bar?– user3603
@Gerep, I mean, I have 2 Ivs, one of them has a lot of content (a list of 100 lines) and the other has only 1. I want the column with 1 to stay fixed while the second one goes down when going to the scroll bar
– Lucas Torres