Page 1 of 1
Image Rotator Module and Submenus Problem..
Posted: Tue Feb 26, 2008 8:15 am
by taurchu
Hi,
i tried to use image rotator on my webpage. All was working fine..except submenus of my css menu. The problem is submenus working back of image rotator content. So submenus cant be seen.
PS: rotator is "new"
How can i fix it?
Re: Image Rotator Module and Submenus Problem..
Posted: Tue Feb 26, 2008 8:19 am
by alby
taurchu wrote:
i tried to use image rotator on my webpage. All was working fine..except submenus of my css menu. The problem is submenus working back of image rotator content. So submenus cant be seen.
PS: rotator is "new"
"new" is experimental.
Try with
this version and report
Alby
Re: Image Rotator Module and Submenus Problem..
Posted: Tue Feb 26, 2008 2:17 pm
by taurchu
tested it and nothing changed..Is there a sample for that module working fine?
Re: Image Rotator Module and Submenus Problem..
Posted: Tue Feb 26, 2008 3:11 pm
by alby
taurchu wrote:
tested it and nothing changed..Is there a sample for that module working fine?
Many sites, look
this for "new"
Alby
Re: Image Rotator Module and Submenus Problem..
Posted: Tue Feb 26, 2008 9:03 pm
by Mantlet
Wouldn't it just help to give the menu and items a higher z-index in their class? Or the surrounding them.
The div that contains the Rotator could get:
Code: Select all
.Your_Rotator_Class_Or_ID {
z-index: 1;
}
And the div around the menu:
Code: Select all
.The_Menu_Div_Class_Or_ID {
z-index: 2;
}
If I'm correct that should define the layer order on your webpage for overlapping layers. However, I don't know if this gets handled different because there are scripts and stuff working here.
Re: Image Rotator Module and Submenus Problem..
Posted: Wed Feb 27, 2008 4:33 pm
by taurchu
thanks..i"ll try it again.