I don't like using iframes. They tend to cause glitches with the
dragging. Sometimes clicking on them sticks them to your mouse when
you try to drag them or sometimes they make part of the screen white,
as though their background is running out of the iframe and alters the
scrapbook page. I especially get this problem when I try iframing a
Blabbit as a content textbox. Would there be a way to have all the
code for it something purely sustainable inside the textbox so I
wouldn't have to use an iframe??
On Jun 18, 8:30 pm, "Jonathan A. Marshall" <
jmarsh...@limebits.com>
wrote:
> Clayburn,
>
> I made an example *scrapbook with an iframe containing a blabbit* for
> you:
http://jam.limebits.com/scrapbook-iframe-blabbit/
>
> To see the details, you can copy ("Get Bit") it to your workspace, then
> click the Edit link on the blabbit. You'll see that it just contains an
> iframe:
> <iframe height="800" width="700" src="content/blabbit/"></iframe>
>
> The blabbit can go anywhere, but I think it makes sense to put it into
> the scrapbook's *content/* folder. I created a text file,
> myblabbit.txt, containing the iframe HTML fragment. The scrapbook app
> inserts the .png file and the contents of the .txt file into the page as
> div elements. (It skips folders.) The .txt file, in turn, loads
> content/blabbit/ into the iframe on the scrapbook.
>
> You can drag the blabbit by the (invisible) handle region which extends
> a few pixels /outside/ the blabbit box.