Framing Wiki

It's a bit rough but it's a start. You can see what it looks like here - livecode.world/iframe.html

<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="css/wiki.css"> </head> <body> <div id="wiki"> <iframe allowtransparency="true" src="http://daisy.world" frameborder="0" style="z-index:1; overflow:hidden; overflow-x:hidden; overflow-y:hidden; height:90%; width:500px; position:absolute; top:50px; left:50px;right:0px; bottom:50px" ></iframe> </div> <div id="graph"> <iframe src="graphviz.html" frameborder="0" style="z-index:-1; overflow:hidden; overflow-x:hidden; overflow-y:hidden; height:100%; width:100%; position:absolute; top:0px;left:0px;right:0px;bottom:0px" ></iframe> </div> </body> </html>

# See also

You can set the CSS for individual wiki sites in a farm by adding a theme folder to the status folder of the site.

We can make wiki translucent, so that the background peeks through. This can be interesting when the background has some meaning - as in the situation where we show a map of contextual links from the current page.