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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

positioning sub-menu
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: positioning sub-menu
#8244
positioning sub-menu 13 Years, 5 Months ago Karma: 0
Hi all,
i have a horizontal menu with a vertical sub menu.
i am trying to re-position the sub-menu relatively to the main menu level on my page and cannot find an easy way to do that.
any tips?

thanks!
The administrator has disabled public write access.
 
#8247
Re:positioning sub-menu 13 Years, 5 Months ago Karma: 747
Hello,

Could you provide link to page where we can see the menu and screenshot where we can see what do you want to do?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8248
Re:positioning sub-menu 13 Years, 5 Months ago Karma: 0
i am currently programming the site offline. i will get everything online and than will be happy to supply you with a link.
for now though, how would you move a sub menu a little to the left? is there somewhere some parameter for positioning that can be changed?
The administrator has disabled public write access.
 
#8273
Re:positioning sub-menu 13 Years, 5 Months ago Karma: 747
Information about menu styles can be found in this post. We can try to help if you provide link to page where we can see the menu because site template styles can affect on menu styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8817
Re:positioning sub-menu 13 Years, 5 Months ago Karma: 0
ok,
i appologize for the delay. DNS issues. anyhow, the link is: www.kaplanoland.com/index.php?option=com_content&view=article&id=2&Itemid=5

notice the dropdown on top. i would like to change the width and location of the appearing block (the sub-menu). i noticed that the menu gets these definitions from php and not CSS. so how can i change these parameters?

another thing, if you notice the menu on the left, it is also ARI YUI. i set it to start scrolling after 30px but it seems to refuse.
can you see why?

sorry for the flood and thank you for your help!

all the best
The administrator has disabled public write access.
 
#8821
Re:positioning sub-menu 13 Years, 5 Months ago Karma: 747
Scrolling is applied to sub-menus only. About position, it seems this problem because the menu is located in container which has "position: absolute" property. If you want to change sub-menu width, you can use the following CSS rule:

Code:


#ariyuimenu_ariyui22_2
{
 width: 250px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234