Search…

X3 Photo Gallery Support Forums

Search…
 
mischa13
Topic Author
Posts: 2
Joined: 20 Mar 2007, 07:10

Description & Sitemenu Tooltips Together

20 Mar 2007, 07:26

Hi there!

I activated the folder descriptions:
showfolderdescriptions = 0,0,0,1
:arrow:
[img:384:208]http://www.fotostudio9.de/capture_a.gif[/img]

... often the tooltips did not fade off:

:arrow:
[img:338:219]http://www.fotostudio9.de/capture_b.gif[/img]

...and the folder desription appears behind the sitemenu tooltips (ugly).

See it on: http://www.fotostudio9.de/

Has anybody a helpful solution for this case?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

15 Apr 2007, 09:06

allow me to look into that for next minor update ...
 
mischa13
Topic Author
Posts: 2
Joined: 20 Mar 2007, 07:10

14 Jun 2007, 11:53

Hello mjau-mjau!

I found a little workaround for the description-over-sitemenu-bug:
  • 1. Disable sitemenu
    2. Create a new File named index.html with a DHTML Menu
    3. Put the gallery into an iFrame
    4. To avoid some problems with DHTML-Pulldowns add following Parameters to the SWFObject Funktion:
    so.addParam("wmode", "transparent");
    so.addParam("salign", "t");
    5. visit at: http://www.fotostudio9.de
How ever, a new error now accours:

After moving the mousecursor quickly over the imagefolders, sometimes the next folderdecriptionbox includes all description-texts.

I know that this is a caching problem. Is there any other solution to show folder-descriptions or a fix for gettxt.php ?