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
Floom with j1.6 overlaps menu during transition
-
- Phoca Newbie
- Posts: 2
- Joined: 19 Apr 2011, 01:48
- Jan
- Phoca Hero
- Posts: 48913
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Floom with j1.6 overlaps menu during transition
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
Jan
try to change z-index in CSS

Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 19 Apr 2011, 01:48
Re: Floom with j1.6 overlaps menu during transition
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!!)

Thanks Jan for pointing me toward the z-index!
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!!)

Thanks Jan for pointing me toward the z-index!
- Jan
- Phoca Hero
- Posts: 48913
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Floom with j1.6 overlaps menu during transition
Hi, great to hear it, thank you for the guide.
Jan
Jan
If you find Phoca extensions useful, please support the project