Hello,
You have some wonderful software. Pretty and very stable.
I am sure that you get this all the time, but having a Z order conflict with Ari Yui Menu and Ari Image Slider. Now I know that you have given a response of :
Code: |
Add the next CSS rules:
#maincol .yui-skin-sam
{
position: relative;
z-index: 20;
}
|
I am very new to CSS and Joomla in general.
I am using Joomla 1.5.23.
My address is
www.qastudio.com.
As you can see, the Menus are Under the slideshow. That is not right. The menus should always take priority and be above the content.
What exactly does "Add the next CSS rules:" mean? If it means to add the Text to the CSS styles module then I am doign it right, but if not, please provide detailed instructions on how to edit a file.
I have added the above text in the Ari Yui Menu Module (under CSS Styles) and refreshed, didnt work.
I have also tried the following in the CSS Styles box in the Ari Image Slider Module like I saw in another response to the same problem I am having now.
Code: |
BODY .menus_div
{
position: relative;
z-index: 2;
}
BODY #content
{
position: relative;
z-index: 1;
}
|
Again, the menus go Under the slideshow.
I see that other people have had the same exact problem I have had and them saying "Yay! It worked", but sadly it is not the case for me.
Is there anything else that I can do here?
Greg