Page 1 of 1

Floom with j1.6 overlaps menu during transition

Posted: 19 Apr 2011, 02:06
by bufontenator
I hope I posted this in the right location...

I am having an issue with joomla 1.6 and the Floom module. When I have the slideshow going it overlaps or covers my dropdown menu on every transition. See it in action here at http://www.richfieldhigh.org It seems to render on top of my drop down menu. Any suggestions?

I am running:
Joomla 1.6.2
PhocaGallery 3.0.0 RC4
Phoca Gallery Slideshow Floom 1.0.3

Re: Floom with j1.6 overlaps menu during transition

Posted: 21 Apr 2011, 18:29
by Jan
Hi, I think,there must be customized the z-index - for the menu or for the slideshow then.

try to change z-index in CSS :idea:

Jan

Re: Floom with j1.6 overlaps menu during transition

Posted: 22 Apr 2011, 17:11
by bufontenator
Thanks for replying Jan,

Edit 1: I looked into my menu.css and found the z-index is at 100. What should I change it to?
Edit 2: I changed it from 1 to 1000 with no improvement. Maybe I am looking in the wrong place. Any ideas?
Edit 3: FIXED!! WAHOO!

OK so this is what I did. I went into /modules/mod_phocagallery_slideshow_floom/css/styles.css and changed z-index of both the ".pgfs_floom_progressbar" on line 17 and the ".pgfs_floom_slice" to 1 (used to be at 100. I tried 10 but didn't work so then I went to 1 and it worked!!)

Image

Thanks Jan for pointing me toward the z-index!

Re: Floom with j1.6 overlaps menu during transition

Posted: 24 Apr 2011, 22:08
by Jan
Hi, great to hear it, thank you for the guide.

Jan