I have a structure like this. The problem I am facing is next:
When the x axis of the screen is smaller than the y axis the button toolbar(black) jumps to the top of the screen. And if the x axis is even smaller my fieldsets expand vertically jumping out of the botton toolbar. How to fix this and make fieldsets maintain their position?
I tried using overflow but didn’t make it work.
I have a structure like this . The problem I am facing is next:
Share
Do not use
float:leftSet the
.dhFieldsetelements to bedisplay:inline-block;and then set their container.dhButtonToolbarto bewhite-space:nowrap;Demo at http://jsfiddle.net/gaby/Ueaa9/4/