Hello to all...
I want to use the ARI ext menu on my site:
www.dreamquest.gr
but the subitems are hidding under the main page body.
I already try to add the following to my template.css file
Code: |
.art-content-layout DIV.art-sidebar1
{
position: relative;
z-index: 10;
}
.art-content-layout DIV.art-sidebar1 .ux-menu LI
{
background-image: none;
padding: 0;
}
.art-content-layout DIV.art-content
{
position: relative;
z-index: 1;
}
|
but nothing changed.
Can you help me please ?
Thank you very much.
EDIT: The above code is working only in Firefox (without icons on the links) but not on Internet Explorer.
Thank you...