I am trying to do something like this:
: :
..:..................................................:..
:B <center>B</center> B:
: :
: Sed et velit sit amet eros pulvinar auctor. :
: Integer tristique facilisis velit, vitae :
: rhoncus neque auctor sit amet. Ut :
: condimentum porta ipsum, eu luctus quam :
:B tincidunt ut. Sed id dolor eros. Aenean B:
: semper volutpat leo, vel euismod tellus :
: feugiat vitae. Aenean varius, ipsum eu :
: fringilla tincidunt, leo nunc feugiat :
: neque, vitae imperdiet sapien orci ut ipsum. :
: :
:B <center>B</center> B:
..:..................................................:..
: :
The B's are small buttons, not identical but very similar in size.
I want to put this inside an Ext.Window which is resizable, and thus it needs to be able to scale accordingly. The UI feeling should be that the buttons are glued to the sides of the window frame - thus the window appears as a normal Ext.Window with buttons at the edges.
I have tried doing this using <div>
's combined with relative and absolute positioning, float'ing and the four left, right, bottom and top positioning.
But my combinations so far haven't done the trick.