Image Rotator Module and Submenus Problem..

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
taurchu
New Member
New Member
Posts: 5
Joined: Thu Oct 25, 2007 10:19 am

Image Rotator Module and Submenus Problem..

Post 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?
alby

Re: Image Rotator Module and Submenus Problem..

Post 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
taurchu
New Member
New Member
Posts: 5
Joined: Thu Oct 25, 2007 10:19 am

Re: Image Rotator Module and Submenus Problem..

Post by taurchu »

tested it and nothing changed..Is there a sample for that module working fine?
alby

Re: Image Rotator Module and Submenus Problem..

Post 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
Mantlet
Forum Members
Forum Members
Posts: 114
Joined: Fri Apr 28, 2006 9:42 am

Re: Image Rotator Module and Submenus Problem..

Post 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.
taurchu
New Member
New Member
Posts: 5
Joined: Thu Oct 25, 2007 10:19 am

Re: Image Rotator Module and Submenus Problem..

Post by taurchu »

thanks..i"ll try it again.
Post Reply

Return to “Layout and Design (CSS & HTML)”