Hi TwWizards

I have two TW-documents which should be almost identical - however
they the height of an iframe very differently.

1 http://tiddlytwine.tiddlyspace.gir.dk/#Del
2 http://tiddlytwine.tiddlyspace.com/#Share

The iframe in document 1 is rendered exactly as I have written it:

"<html><div align="center"><iframe src="./links" frameborder="0"
width="575em" height="900"></iframe></div></html>"

The iframe in document 2 doesn't... - it seems as if it's controlled
by an iframe class I can't find anywhere...

Firebug tells me this about document 2
outerHTML
"<iframe src="./links" frameborder="0" width="575em" height="900em"></
iframe>"

however it renders like this
offsetHeight
319
offsetLeft
553
offsetParent
body
offsetTop
80
offsetWidth
574

And I should be able to find this dominating iframe class somewhere in
the document:
iframe {
  height:320px;
  position:relative;
  z-index:1000;

However I can't... (looked through all tiddlers called sth similar to
"stylesheet" however to no avail...)

I know that my next step will be to download the document and open it
in a texteditor to find the phrase -

Is it possible to skip that step please?

Second problem: a ShadowTiddler which came out of nowhere??

I've also got a shadowtiddler which I don't know where came from:

StyleSheetzzTwineOptions 
http://tiddlytwine.tiddlyspace.com/#StyleSheetzzTwineOptions

I guess this tiddler ( http://tiddlytwine.tiddlyspace.com/#zzTwineOptions
) must have produced it - however i don't know why or how?

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to