.tiddler { background: [[ColorPalette::Background]]; border-right: 2px [[ColorPalette::TertiaryMid]] solid; border-bottom: 2px [[ColorPalette::TertiaryMid]] solid; margin-top: 4em; margin-bottom: 1em; margin-left: 1em; padding: 1em 2em 2em 1.5em; }
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To post to this group, send email to tiddl...@googlegroups.com.
To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
Ok so I figured out that if I set the padding to a percentage, then I can apply a negative margin on the left and display width of 107 percent and the viewer fills the tiddler like I wanted but I just can't figure out what to do with the padding at the bottom of the tiddler that sticks out under the viewer. Also, I set the z-index value but when I transclude it, it seems to loose the value because it displays in front of my drop down menu but behind it when viewed from the viewer tiddler itself. Any ideas?
Well, I found that I could remove the bottom padding from the css but now I have to put <br> at the end of every tiddler and it is quirky if the tiddler ends witj a table or anything hidden with /% and %/ but it is a small price to pay for an inline pdf viewer that fills the tiddler area almost completely. My only problem is because I am trying to transclude the frame using a variable and AliasPlugin and it does display but I cant figure out where it is getting it's z-index value from. I tried setting it in css on the frame in the viewer and it works there but when I transclude it, it displays in front of everything and I want to send it behind my top drop down menus. Anyone familiar with z-index and frames and transclusion with AliasPlugin?
I finally ended up with both iframes and objects and to display my menus in front of them, I put an iframe shim in a tiddler and transclude that tiddler into my menu. It was a little trick with the search plugin im using but i used the div examples in pagetemplate for displaying tiddlers and it works there also. This transclusion thing is way cool. I'm now ready for tiddlywiki5 but I hope I can get it to run on ie7 somehow.
I finally ended up with both iframes and objects and to display my menus in front of them, I put an iframe shim in a tiddler and transclude that tiddler into my menu. It was a little trick with the search plugin im using but i used the div examples in pagetemplate for displaying tiddlers and it works there also. This transclusion thing is way cool. I'm now ready for tiddlywiki5 but I hope I can get it to run on ie7 somehow.
--
I finally ended up with both iframes and objects and to display my menus in front of them, I put an iframe shim in a tiddler and transclude that tiddler into my menu. It was a little trick with the search plugin im using but i used the div examples in pagetemplate for displaying tiddlers and it works there also.
<object data="test.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser.
No biggie... you can <a href="myfile.pdf">click here to
download the PDF file.</a></p>
</object>