Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Using position: absolute;
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Using position: absolute;
#42076
Using position: absolute; 11 Years, 9 Months ago Karma: 0
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!
Last Edit: 2013/06/17 15:07 By Destelloaudiovisual.
The administrator has disabled public write access.
 
#42078
Re:Using position: absolute; 11 Years, 9 Months ago Karma: 763
Hello,

Use something like this:

.rt-grid-6>.rt-block
{
overflow: visible;
}


#rt-header .ux-menu-container
{
position: absolute;
top: 140px;
left: 20px;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#42089
Re:Using position: absolute; 11 Years, 9 Months ago Karma: 0
Yes!! Thanks you! You will be always on my prayers
The administrator has disabled public write access.
 
Go to topPage: 1