/*FIXED POPUP---------------------------------------------------------------------------------------POPUP*/
#specialPop {position: fixed ! important;}
#specialPop {margin-top: 45px; margin-left: 10px;}
This formulation of Erics Macro stays where it is normally.--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/pSi1z8giOSoJ.
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.
Hello.
I would like to have a solution for the same Problem. Looking at the example I believe this is not exactly what was meant in the question:
It would be nice if it was possible to define a fixed space on the screen where the PopUp opens. Perhaps Erics ShowPopUpPlugin http://www.tiddlytools.com/#ShowPopupPlugin is the solution
Here it is possible to define a css class for PopUps. I already tried but due to the lack programming skills I failed.
Would it be possible to define a popup with position, something like:
<<showPopup tiddler:[[TiddlerName]] label:"Pop" tip:"..." buttonClass:"..." width:"..." popupClass: "specialPop" above>>
And in the Stylesheet
#specialPop {position:fixed; top:45px; left:10px;}
Does anyone get this to work?
Thanks Jan
this is not what was meant in the Question.
Am 14.09.2012 15:37, schrieb whatever:
Hi!
Try Tobi's mod (1) of Saq's plugin. An example is also available (2).
See especially the first menu item (More).
(1) http://popup.tiddlyspace.com/
(2) https://dl.dropbox.com/u/2040050/group/2010.10.06%20popup%20saverio.html
w
On 14 sep., 00:35, DrCory <drcor...@gmail.com> wrote:
DrCory