There is not such a behavior by default in BS3. I think you might look at COLLAPSE and tweak it to your need. By default, COLLAPSE slides up and down, not sideways. You will have to look at the API and modify its behavior. Or Google for an already made snipet that you can simply add to your code.
On Monday, August 26, 2013 3:43:45 AM UTC-4, Martin Kersten wrote: > > Hi there, > > I am fairly new to bootstrap and I need to get rid of a modal dialog > that is blocking the user experience on mobile phones. > > > The current desktop resolution Page: > > ............. > | A | B | > ............. > > Where A is a teaser / intro and B is the Signup part. > > On the mobile resolution B becomes hidden and a button appears in A that > if click slides in B as a modal dialog. I removed the modal setting but the > dialog is oversliding it even when I remove the modal appearence and hide > A, it does not look and feel good (both have different sizes). > > The idea is to slide B in while sliding A out like I would do with a > slider. I did not found an example matching this behavior. > > I tried to mock things in JavaScript using two divs for sliding and a > table with two same sized tds and i can slide in and out. But since > bootstrap is almost all about simplicity and elegance this is by no mean > elegant so I guess I have to ask here to look for the bootstrap kind of way. > > So I want to slide in B and hide a (best would be A slides out the other > side). > > > Cheers, > > Martin (Kersten), > Germany > > > PS: I am a Java developer (+JS+CSS etc) so I am open for all kind of > suggestions. > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
