twitter bootstrap - button-group in horizontal and vertical -


i want resposive view of buttons in bootstrap. that:

[button1] [button3] [button5] [button2] [button4] [button6] 

and on phone:

[button1] [button2] [button3] [button4] [button5] [button6] 

as user clicked in 1 button should set active, others inactive.

you can use 1 http://jsbin.com/dohanivo/1 , in example used 4 column lg,md , sm , 12 column xs devices.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -