On May 31, 5:21 pm, Corey S <[email protected]> wrote:
> I copied the code that you wrote (made it one line from the two in the
> posting)
> <div id='topRight' refresh='content'
> tiddler='TopRight'style='position:absolute;z-index:1;right:0;top:0;'></
> div>
> I then entered <<search>> in the resulting TopRight tiddler.
>         TopRight↓             10 B                    Yes     0ms     Error   
> Error: SyntaxError: illegal XML

I'll bet you tagged something (either PageTemplate or TopRight) with
'systemConfig'... but they don't contain any javascript code, so they
shouldn't have that tag on them.  If this is the case, then remove the
errant 'systemConfig' tag and the error go away.

style='position:absolute;z-index:1;right:0;top:0;text-align:right;'

> Something like this? or should it go at the beginning, in front of
> position:absolute ?

Anywhere in the style='...' is OK.

> As an aside, what does "z-index:1" mean? Where do I look to research
> this?

The z-index determines the 'stacking' order (back-to-front) of
overlapping elements.
By default, elements have a z-index of 0, so putting a z-index of 1 on
the absolute 'topRight' element ensures that it will be stacked on top
of any other elements that overlap the same (x,y) space.

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
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