Hello!
I am trying to put the menu on an image.
As you told me in
www.ari-soft.com/ARI-Ext-Menu/40692-2-questions.html
I used it in other website
.rt-grid-12>.rt-block
{
overflow: visible;
}
#rt-header .ux-menu-container
{
position: absolute;
top: -750px;
left: 20px;
}
#rt-header .ux-menu A
{
background: none transparent;
border-style: none;
}
But it's not working. Its the same template (cloudbase) and the only difference is that this time I have three columns (headera, headerb, headerc) and I want the menu to be over headerb (the cover image)
pedrotebar.com/megustasprueba/
What can I do?
Thanks!