V
V
vixh2012-07-08 11:53:21
css
vixh, 2012-07-08 11:53:21

How to make a horizontal scroll in a block?

I'm using Twitter Bootstrap, I want to scroll horizontally in a block div class="span12"
The block contains a table.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nazar Mokrinsky, 2012-07-08
@nazarpc

Perhaps just

.span12 {
    overflow-x: auto; /* или scroll */
}

N
Nikolai Vasilchuk, 2012-07-08
@Anonym

jScrollPane

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question