I have two divs which change their position when the x axis or y axis of the screen is higher or smaller than the other axis. You can test that in the JsFiddle example.
My ButtonToolbar elements position gets messed up when the position of the two divs is changed. How to fix this positioning issue?
I’v tried using position position:relative but didn’t manage to get it working. Any ideas? Hope you understand my problem.
Instead of using
position:relativetryfloat:lefton.dhFieldsetwhen shown on top of a screen.Also, if you do not want them to go one below other – you will need to set
min-widthon.dhButtonToolbar. Like it is done hereOr you can change a width of dhFieldset to percentage width.