Page 1 of 1

[SOLVED] WIKI menu disappears under images in content

Posted: Mon Dec 27, 2010 10:34 am
by frankmanl
See http://wiki.cmsmadesimple.org/index.php ... it_page/nl
When the menu of the last item (over deze wiki) opens, it disappears under an image in the content:
Image
One solution is to move images further down the page, but a better solution would be to give the menu a higher Z-index.
How can that be done?

Frank

Re: WIKI menu disappears under images in content

Posted: Tue Dec 28, 2010 10:41 am
by frankmanl
It seems this only happens when the image is positioned to the right (or left).
So

Code: Select all

[[Image:Wiki_edit.png|right]]
causes the problem,

Code: Select all

[[Image:Wiki_edit.png]]
does not.

Re: WIKI menu disappears under images in content

Posted: Tue Dec 28, 2010 3:07 pm
by Dr.CSS
Feel free to move that or whatever, it doesn't appear in the english side so I never knew about it...

Re: WIKI menu disappears under images in content

Posted: Tue Dec 28, 2010 3:26 pm
by frankmanl
I'll remove the positioning where ever it's causing troubles.

F.