To enhance responsive output, you can use the Offset From property to make objects keep a fixed position relative to the browser edge, even when scrolling (a.k.a. "float"). For example, you may want a Menu or Next button that always remain visible at the top or bottom of the screen.
Tip Use Shift+Click to select multiple objects.
Tip All objects have a default value of Top Left. If you wish to remove an object's float or offset, switch the object's Offset From value back to Top Left.
Like floating described above, this setting will keep an object in a fixed position relative to the left or right edge of the browser. But unlike floating, it will not keep its vertical position fixed. So, if you scroll up or down the object may disappear.