Tile floatbox windows?

Page: 1

Author Post
affeee
Guest
Hi

First, thanks for a great script!

Question:
Is it possible to tile "info"/second instance floatbox window to the first floatbox popup?
Administrator
Registered: Aug 2008
Posts: 3382
Depends what you mean by tiled. In my definition, the second instance already is tiled over the first.

You do have some control over positioning of the boxes through use of the boxLeft and boxTop options. See "boxLeft, boxTop" in the options reference for details.

There is nothing that lets you tie the position of the second box tightly to the position of the first. I suppose you could fake this by using absolute (pixel) positioning for both boxes. Something like, boxLeft:20 boxTop:20 on the first box's rev options, and boxLeft:40 boxTop:40 on the second box's rev options.

Page: 1